Uses of Interface
de.aitools.dm.clusterlabeling.validation.external.ExternalMeasure

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

Uses of ExternalMeasure in de.aitools.dm.clusterlabeling.validation.external
 

Classes in de.aitools.dm.clusterlabeling.validation.external that implement ExternalMeasure
 class PreferencedMeasure
          Abstract extension of the ExternalMeasure-Interface.
 

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

Classes in de.aitools.dm.clusterlabeling.validation.external.measure that implement ExternalMeasure
 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.