Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering.optics |
OPTICS family of clustering algorithms.
|
de.lmu.ifi.dbs.elki.utilities.datastructures.heap |
Heap structures and variations such as bounded priority heaps
|
Modifier and Type | Field and Description |
---|---|
private UpdatableHeap<DeLiClu.SpatialObjectPair> |
DeLiClu.heap
The priority queue for the algorithm.
|
(package private) UpdatableHeap<OPTICSHeapEntry> |
OPTICSHeap.Instance.heap
Heap of candidates.
|
Modifier and Type | Class and Description |
---|---|
class |
TiedTopBoundedUpdatableHeap<E>
A size-limited heap similar to
TopBoundedHeap , discarding elements
with the highest value. |
class |
TopBoundedUpdatableHeap<E>
Heap class that is bounded in size from the top.
|
Copyright © 2019 ELKI Development Team. License information.