Class PairwiseScorer

  • All Implemented Interfaces:
    ClusteringScorer

    public class PairwiseScorer
    extends java.lang.Object
    implements ClusteringScorer
    For each pair of Instances, if the pair is predicted to be in the same cluster, increment the total by the evaluator's score for merging the two. Else, increment by 1 - evaluator score. Divide by number of pairs.
    Author:
    culotta