Class CutDendrogramByNumberOfClustersExtractor

  • All Implemented Interfaces:
    elki.evaluation.Evaluator, elki.result.ResultProcessor

    public class CutDendrogramByNumberOfClustersExtractor
    extends java.lang.Object
    implements elki.evaluation.Evaluator
    Extract clusters from a hierarchical clustering, during the evaluation phase.

    Usually, it is more elegant to use CutDendrogramByNumberOfClustersExtractor as primary algorithm. But in order to extract multiple partitionings from the same clustering, this can be useful.

    Since:
    0.7.0
    Author:
    Erich Schubert
    • Constructor Detail

      • CutDendrogramByNumberOfClustersExtractor

        public CutDendrogramByNumberOfClustersExtractor​(CutDendrogramByNumberOfClusters inner)
        Constructor.
        Parameters:
        inner - Inner algorithm instance.
    • Method Detail

      • processNewResult

        public void processNewResult​(java.lang.Object newResult)
        Specified by:
        processNewResult in interface elki.result.ResultProcessor