Uses of Class
weka.core.neighboursearch.NearestNeighbourSearch
Packages that use NearestNeighbourSearch
-
Uses of NearestNeighbourSearch in weka.classifiers.lazy
Methods in weka.classifiers.lazy that return NearestNeighbourSearchModifier and TypeMethodDescriptionReturns the current nearestNeighbourSearch algorithm in use.Returns the current nearestNeighbourSearch algorithm in use.Methods in weka.classifiers.lazy with parameters of type NearestNeighbourSearchModifier and TypeMethodDescriptionvoid
IBk.setNearestNeighbourSearchAlgorithm
(NearestNeighbourSearch nearestNeighbourSearchAlgorithm) Sets the nearestNeighbourSearch algorithm to be used for finding nearest neighbour(s).void
LWL.setNearestNeighbourSearchAlgorithm
(NearestNeighbourSearch nearestNeighbourSearchAlgorithm) Sets the nearestNeighbourSearch algorithm to be used for finding nearest neighbour(s). -
Uses of NearestNeighbourSearch in weka.core.neighboursearch
Subclasses of NearestNeighbourSearch in weka.core.neighboursearchModifier and TypeClassDescriptionclass
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.Methods in weka.core.neighboursearch that return NearestNeighbourSearchModifier and TypeMethodDescriptionFilteredNeighbourSearch.getSearchMethod()
Gets the search method used.Methods in weka.core.neighboursearch with parameters of type NearestNeighbourSearchModifier and TypeMethodDescriptionvoid
FilteredNeighbourSearch.setSearchMethod
(NearestNeighbourSearch search) Sets the search method