-
Returns the current nearestNeighbourSearch algorithm in use.
Returns the current nearestNeighbourSearch algorithm in use.
void
Sets the nearestNeighbourSearch algorithm to be used for finding nearest
neighbour(s).
void
Sets the nearestNeighbourSearch algorithm to be used for finding nearest
neighbour(s).
-
class
Class implementing the BallTree/Metric Tree algorithm for nearest neighbour search.
The connection to dataset is only a reference.
class
Class implementing the CoverTree datastructure.
The class is very much a translation of the c source code made available by
the authors.
For more information and original source code see:
Alina Beygelzimer, Sham Kakade, John Langford: Cover trees for nearest
neighbor.
class
Applies the given filter before calling the given neighbour search method.
class
Class implementing the KDTree search algorithm for nearest neighbour search.
The connection to dataset is only a reference.
class
Class implementing the brute force search algorithm for nearest neighbour search.
Gets the search method used.