Package | Description |
---|---|
de.lmu.ifi.dbs.elki.distance.distanceresultlist |
Classes for building and storing the results of distance-based queries
The classes in this package essentially form three groups:
KNNHeap for building kNN results. |
Modifier and Type | Field and Description |
---|---|
protected TiedTopBoundedHeap<P> |
AbstractKNNHeap.heap
The actual heap.
|