Uses of Class
moa.classifiers.lazy.neighboursearch.NearestNeighbourSearch.MyHeapElement
-
Packages that use NearestNeighbourSearch.MyHeapElement Package Description moa.classifiers.lazy.neighboursearch -
-
Uses of NearestNeighbourSearch.MyHeapElement in moa.classifiers.lazy.neighboursearch
Methods in moa.classifiers.lazy.neighboursearch that return NearestNeighbourSearch.MyHeapElement Modifier and Type Method Description NearestNeighbourSearch.MyHeapElement
NearestNeighbourSearch.MyHeap. get()
returns the first element and removes it from the heap.NearestNeighbourSearch.MyHeapElement
NearestNeighbourSearch.MyHeap. getKthNearest()
returns the kth nearest element or null if none there.NearestNeighbourSearch.MyHeapElement
NearestNeighbourSearch.MyHeap. peek()
peeks at the first element.
-