Package | Description |
---|---|
de.lmu.ifi.dbs.elki.database.ids.generic |
Database object identification and ID group handling - generic implementations.
|
de.lmu.ifi.dbs.elki.utilities.datastructures.heap |
Heap structures and variations such as bounded priority heaps.
|
Constructor and Description |
---|
DistanceDBIDPairKNNList(Heap<? extends DistanceDBIDPair<D>> heap,
int k)
Constructor.
|
DoubleDistanceDBIDPairKNNList(Heap<DoubleDistanceDBIDPair> heap,
int k)
Constructor, to be called from KNNHeap only.
|
Modifier and Type | Class and Description |
---|---|
class |
TiedTopBoundedHeap<E>
A size-limited heap similar to
TopBoundedHeap , discarding elements
with the highest value. |
class |
TiedTopBoundedUpdatableHeap<E>
A size-limited heap similar to
TopBoundedHeap , discarding elements
with the highest value. |
class |
TopBoundedHeap<E>
Heap class that is bounded in size from the top.
|
class |
TopBoundedUpdatableHeap<E>
Heap class that is bounded in size from the top.
|
class |
UpdatableHeap<O>
A heap as used in OPTICS that allows updating entries.
|