PLearn 0.1
Classes | Namespaces | Functions
ExhaustiveNearestNeighbors.h File Reference
#include <plearn_learners/nearest_neighbors/GenericNearestNeighbors.h>
#include <plearn/ker/Kernel.h>
#include <utility>
#include <queue>
Include dependency graph for ExhaustiveNearestNeighbors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::ExhaustiveNearestNeighbors
 This class provides the basic implementation of the classical O(N^2) nearest-neighbors algorithm. More...
class  PLearn::DiffTemplate< ObjectType, ExhaustiveNearestNeighbors >
class  PLearn::TypeTraits< ExhaustiveNearestNeighbors >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const ExhaustiveNearestNeighbors &o)
PStream & PLearn::operator>> (PStream &in, ExhaustiveNearestNeighbors &o)
PStream & PLearn::operator>> (PStream &in, ExhaustiveNearestNeighbors *&o)
PStream & PLearn::operator<< (PStream &out, const ExhaustiveNearestNeighbors &o)
PStream & PLearn::operator>> (PStream &in, PP< ExhaustiveNearestNeighbors > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ExhaustiveNearestNeighbors > *opt, PLearnDiff *diffs)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines