Class PairF1Evaluator


  • public class PairF1Evaluator
    extends ClusteringEvaluator
    Evaluates two clustering using pairwise comparisons. For each pair of Instances, compute false positives and false negatives as in classification performance, determined by whether the pair should be in the same cluster or not.
    Since:
    1.0
    Version:
    1.0
    Author:
    "Aron Culotta"
    See Also:
    ClusteringEvaluator