Package | Description |
---|---|
weka.core.neighboursearch |
Modifier and Type | Method and Description |
---|---|
protected void |
KDTree.findNearestNeighbours(Instance target,
KDTreeNode node,
int k,
NearestNeighbourSearch.MyHeap heap,
double distanceToParents)
Returns (in the supplied heap object) the k nearest
neighbours of the given instance starting from the give
tree node.
|
protected void |
BallTree.nearestNeighbours(NearestNeighbourSearch.MyHeap heap,
BallNode node,
Instance target,
int k)
Does NN search according to Moore's method.
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.