Interface ClusterEvaluator

    • Method Detail

      • score

        double score​(List<? extends Cluster<? extends Clusterable>> cList)
        Parameters:
        cList - List of clusters.
        Returns:
        the score attributed by the evaluator.
      • isBetterScore

        boolean isBetterScore​(double a,
                              double b)
        Provides a means to interpret the score value.
        Parameters:
        a - Score computed by this evaluator.
        b - Score computed by this evaluator.
        Returns:
        true if the evaluator considers that score a is better than score b.