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, runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrungetInputTypeRestrictionprivate 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)
AbstractCutDendrogramrun in class AbstractCutDendrogrampointerresult - Hierarchical result in pointer representation.protected Logging getLogger()
getLogger in class AbstractCutDendrogramCopyright © 2019 ELKI Development Team. License information.