Uses of Class
weka.core.neighboursearch.NearestNeighbourSearch

Packages that use NearestNeighbourSearch
weka.classifiers.lazy   
weka.core.neighboursearch   
 

Uses of NearestNeighbourSearch in weka.classifiers.lazy
 

Methods in weka.classifiers.lazy that return NearestNeighbourSearch
 NearestNeighbourSearch LWL.getNearestNeighbourSearchAlgorithm()
          Returns the current nearestNeighbourSearch algorithm in use.
 NearestNeighbourSearch IBk.getNearestNeighbourSearchAlgorithm()
          Returns the current nearestNeighbourSearch algorithm in use.
 

Methods in weka.classifiers.lazy with parameters of type NearestNeighbourSearch
 void LWL.setNearestNeighbourSearchAlgorithm(NearestNeighbourSearch nearestNeighbourSearchAlgorithm)
          Sets the nearestNeighbourSearch algorithm to be used for finding nearest neighbour(s).
 void IBk.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.neighboursearch
 class BallTree
          Class implementing the BallTree/Metric Tree algorithm for nearest neighbour search.
The connection to dataset is only a reference.
 class CoverTree
          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 KDTree
          Class implementing the KDTree search algorithm for nearest neighbour search.
The connection to dataset is only a reference.
 class LinearNNSearch
          Class implementing the brute force search algorithm for nearest neighbour search.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.