Package | Description |
---|---|
de.lmu.ifi.dbs.elki.utilities.datastructures.heap |
Heap structures and variations such as bounded priority heaps.
|
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.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.