Uses of Interface
elki.utilities.datastructures.heap.DoubleLongHeap
-
Packages that use DoubleLongHeap Package Description elki.clustering.hierarchical Hierarchical agglomerative clustering (HAC).elki.utilities.datastructures.heap Heap structures and variations such as bounded priority heaps. -
-
Uses of DoubleLongHeap in elki.clustering.hierarchical
Fields in elki.clustering.hierarchical declared as DoubleLongHeap Modifier and Type Field Description private DoubleLongHeap
AbstractHDBSCAN.HeapMSTCollector. heap
Output heap.Methods in elki.clustering.hierarchical with parameters of type DoubleLongHeap Modifier and Type Method Description protected ClusterMergeHistoryBuilder
AbstractHDBSCAN. convertToMergeList(ArrayDBIDs ids, DoubleLongHeap heap, ClusterMergeHistoryBuilder builder)
Convert spanning tree to a pointer representation.Constructors in elki.clustering.hierarchical with parameters of type DoubleLongHeap Constructor Description HeapMSTCollector(DoubleLongHeap heap, FiniteProgress prog, Logging log)
Constructor. -
Uses of DoubleLongHeap in elki.utilities.datastructures.heap
Classes in elki.utilities.datastructures.heap that implement DoubleLongHeap Modifier and Type Class Description class
DoubleLongMaxHeap
Binary heap for double keys and long values.class
DoubleLongMinHeap
Binary heap for double keys and long values.
-