Package | Description |
---|---|
weka.classifiers.lazy | |
weka.core.neighboursearch |
Modifier and Type | Method and Description |
---|---|
NearestNeighbourSearch |
IBk.getNearestNeighbourSearchAlgorithm()
Returns the current nearestNeighbourSearch algorithm in use.
|
NearestNeighbourSearch |
LWL.getNearestNeighbourSearchAlgorithm()
Returns the current nearestNeighbourSearch algorithm in use.
|
Modifier and Type | Method and Description |
---|---|
void |
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).
|
Modifier and Type | Class and Description |
---|---|
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 © 2019 University of Waikato, Hamilton, NZ. All rights reserved.