Uses of Class
moa.classifiers.lazy.neighboursearch.NearestNeighbourSearch.MyHeap
-
Packages that use NearestNeighbourSearch.MyHeap Package Description moa.classifiers.lazy.neighboursearch -
-
Uses of NearestNeighbourSearch.MyHeap in moa.classifiers.lazy.neighboursearch
Methods in moa.classifiers.lazy.neighboursearch with parameters of type NearestNeighbourSearch.MyHeap Modifier and Type Method 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.
-