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.
|
getInputTypeRestriction
PointerHierarchyRepresentationResult run(Database db)
Algorithm
Copyright © 2019 ELKI Development Team. License information.