| 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:
 
  KNNHeapfor building kNN results. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TiedTopBoundedHeap<P> | AbstractKNNHeap. heapThe actual heap. |