Package elki.clustering.hierarchical
Class AbstractHDBSCAN.HeapMSTCollector
- java.lang.Object
-
- elki.clustering.hierarchical.AbstractHDBSCAN.HeapMSTCollector
-
- All Implemented Interfaces:
elki.math.geometry.PrimsMinimumSpanningTree.Collector
- Enclosing class:
- AbstractHDBSCAN<O>
public static class AbstractHDBSCAN.HeapMSTCollector extends java.lang.Object implements elki.math.geometry.PrimsMinimumSpanningTree.CollectorClass for collecting the minimum spanning tree edges into a heap.- Author:
- Erich Schubert
-
-
Constructor Summary
Constructors Constructor Description HeapMSTCollector(elki.utilities.datastructures.heap.DoubleLongHeap heap, elki.logging.progress.FiniteProgress prog, elki.logging.Logging log)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEdge(double length, int i, int j)
-
-
-
Constructor Detail
-
HeapMSTCollector
public HeapMSTCollector(elki.utilities.datastructures.heap.DoubleLongHeap heap, elki.logging.progress.FiniteProgress prog, elki.logging.Logging log)Constructor.- Parameters:
heap- Output heap.prog- Progress for logging. May benull.log- Logger for logging. May benull.
-
-