Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical |
Hierarchical agglomerative clustering (HAC).
|
de.lmu.ifi.dbs.elki.utilities.datastructures.heap |
Heap structures and variations such as bounded priority heaps.
|
Modifier and Type | Field and Description |
---|---|
private DoubleLongHeap |
AbstractHDBSCAN.HeapMSTCollector.heap
Output heap.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractHDBSCAN.convertToPointerRepresentation(ArrayDBIDs ids,
DoubleLongHeap heap,
WritableDBIDDataStore pi,
WritableDoubleDataStore lambda)
Convert spanning tree to a pointer representation.
|
Constructor and Description |
---|
AbstractHDBSCAN.HeapMSTCollector(DoubleLongHeap heap,
FiniteProgress prog,
Logging log)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleLongMaxHeap
Binary heap for primitive types.
|
class |
DoubleLongMinHeap
Binary heap for primitive types.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.