Uses of Class
elki.utilities.datastructures.heap.Heap
-
Packages that use Heap Package Description elki.utilities.datastructures.heap Heap structures and variations such as bounded priority heaps. -
-
Uses of Heap in elki.utilities.datastructures.heap
Subclasses of Heap in elki.utilities.datastructures.heap Modifier and Type Class Description class
UpdatableHeap<O>
A heap as used in OPTICS that allows updating entries.
-