Package | Description |
---|---|
weka.core.neighboursearch |
Modifier and Type | Method and Description |
---|---|
CoverTree.MyHeapElement |
CoverTree.MyHeap.get()
returns the first element and removes it from the heap.
|
CoverTree.MyHeapElement |
CoverTree.MyHeap.getKthNearest()
returns the kth nearest element or null if none there.
|
CoverTree.MyHeapElement |
CoverTree.MyHeap.peek()
peeks at the first element.
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.