| 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 | 
|---|
HeapMSTCollector(DoubleLongHeap heap,
                FiniteProgress prog,
                Logging log)
Constructor. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DoubleLongMaxHeap
Binary heap for double keys and long values. 
 | 
class  | 
DoubleLongMinHeap
Binary heap for double keys and long values. 
 | 
Copyright © 2019 ELKI Development Team. License information.