Uses of Class
de.aitools.dm.clusterlabeling.validation.external.PreferencedMeasure

Packages that use PreferencedMeasure
de.aitools.dm.clusterlabeling.validation.external.measure   
 

Uses of PreferencedMeasure in de.aitools.dm.clusterlabeling.validation.external.measure
 

Subclasses of PreferencedMeasure in de.aitools.dm.clusterlabeling.validation.external.measure
 class MatchAtN
          1 if at least one of the top N cluster-labels matches the reference-label.
 class MeanAveragePrecision
          PrecisionAtN: Number of labels in the top N results that match the reference-label divided by N.
 class MeanReciprocalRank
          The reciprocal of the rank of the first cluster-label that matches the reference-label.
 class PrecisionAtN
          Number of labels in the top N results that match the reference-label divided by N.