Uses of Class
elki.clustering.hierarchical.extraction.CutDendrogramByHeight
-
Packages that use CutDendrogramByHeight Package Description elki.clustering.hierarchical.extraction Extraction of partitional clusterings from hierarchical results.elki.evaluation.clustering.extractor Classes to extract clusterings from hierarchical clustering. -
-
Uses of CutDendrogramByHeight in elki.clustering.hierarchical.extraction
Methods in elki.clustering.hierarchical.extraction that return CutDendrogramByHeight Modifier and Type Method Description CutDendrogramByHeight
CutDendrogramByHeight.Par. make()
-
Uses of CutDendrogramByHeight in elki.evaluation.clustering.extractor
Fields in elki.evaluation.clustering.extractor declared as CutDendrogramByHeight Modifier and Type Field Description private CutDendrogramByHeight
CutDendrogramByHeightExtractor. inner
Class to perform the cluster extraction.(package private) CutDendrogramByHeight
CutDendrogramByHeightExtractor.Par. inner
Inner algorithm to extract a clustering.Constructors in elki.evaluation.clustering.extractor with parameters of type CutDendrogramByHeight Constructor Description CutDendrogramByHeightExtractor(CutDendrogramByHeight inner)
Constructor.
-