Class ClusteringEvaluator

    • Constructor Detail

      • ClusteringEvaluator

        public ClusteringEvaluator()
    • Method Detail

      • evaluate

        public abstract java.lang.String evaluate​(Clustering truth,
                                                  Clustering predicted)
        Parameters:
        truth -
        predicted -
        Returns:
        A String summarizing the evaluation metric.
      • getEvaluationScores

        public abstract double[] getEvaluationScores​(Clustering truth,
                                                     Clustering predicted)
      • evaluateTotals

        public abstract java.lang.String evaluateTotals()
        Returns:
        If the ClusteringEvaluator maintains state between calls to evaluate, this method will return the total evaluation metric since the first evaluation.