Class MedoidEvaluator

    • Constructor Detail

      • MedoidEvaluator

        public MedoidEvaluator​(Classifier classifier,
                               java.lang.String scoringLabel)
        Parameters:
        classifier - Classifier to assign scores to Neighbors for which a pair of Instances has been merged.
        scoringLabel - The predicted label that corresponds to a positive example (e.g. "YES").
        combiningStrategy - How to combine the pairwise scores (e.g. max, mean, ...).
        mergeFirst - If true, score all edges involved in a merge. If false, only score the edges that cross the boundaries of the clusters being merged.
      • MedoidEvaluator

        public MedoidEvaluator​(Classifier classifier,
                               java.lang.String scoringLabel,
                               boolean singleLink,
                               boolean mergeFirst)