public interface HierarchicalClusteringAlgorithm extends Algorithm
This interface allows the algorithms to be used by, e.g.,
CutDendrogramByNumberOfClusters
and
CutDendrogramByHeight.
| Modifier and Type | Method and Description |
|---|---|
PointerHierarchyRepresentationResult |
run(Database db)
Runs the algorithm.
|
getInputTypeRestrictionPointerHierarchyRepresentationResult run(Database db)
AlgorithmCopyright © 2019 ELKI Development Team. License information.