Uses of Class
elki.utilities.datastructures.heap.UpdatableHeap
-
Packages that use UpdatableHeap Package Description elki.clustering.optics OPTICS family of clustering algorithms. -
-
Uses of UpdatableHeap in elki.clustering.optics
Fields in elki.clustering.optics declared as UpdatableHeap Modifier and Type Field Description private UpdatableHeap<DeLiClu.SpatialObjectPair>DeLiClu. heapThe priority queue for the algorithm.(package private) UpdatableHeap<OPTICSHeapEntry>OPTICSHeap.Instance. heapHeap of candidates.
-