public class CutDendrogramByHeight extends AbstractCutDendrogram implements ClusteringAlgorithm<Clustering<DendrogramModel>>
Modifier and Type | Class and Description |
---|---|
protected class |
CutDendrogramByHeight.Instance
Instance for a single data set.
|
static class |
CutDendrogramByHeight.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
LOG
Class logger.
|
private double |
threshold
Threshold for extracting clusters.
|
algorithm, hierarchical
Constructor and Description |
---|
CutDendrogramByHeight(HierarchicalClusteringAlgorithm algorithm,
double threshold,
boolean hierarchical)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
getLogger() |
Clustering<DendrogramModel> |
run(PointerHierarchyRepresentationResult pointerresult)
Process a pointer hierarchy result.
|
getInputTypeRestriction, run
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
getInputTypeRestriction
private static final Logging LOG
private final double threshold
public CutDendrogramByHeight(HierarchicalClusteringAlgorithm algorithm, double threshold, boolean hierarchical)
algorithm
- Algorithm to runthreshold
- Distance thresholdhierarchical
- Produce a hierarchical outputpublic Clustering<DendrogramModel> run(PointerHierarchyRepresentationResult pointerresult)
AbstractCutDendrogram
run
in class AbstractCutDendrogram
pointerresult
- Hierarchical result in pointer representation.protected Logging getLogger()
getLogger
in class AbstractCutDendrogram
Copyright © 2019 ELKI Development Team. License information.