de.aitools.dm.clusterlabeling.validation.internal
Interface InternMeasure

All Known Implementing Classes:
CumulativeGain

public interface InternMeasure

Version:
$Id: InternMeasure.java,v 1.1 2011/02/18 16:08:24 hoppe Exp $
Author:
johannes.kiesel(/\t)uni-weimar.de

Method Summary
 double evalClusterLabels(RatedPhrase[] clusterLabels)
          This will set the clusterLabels to be used on validation and the evaluate those labels via the corresponding gain.
 

Method Detail

evalClusterLabels

double evalClusterLabels(RatedPhrase[] clusterLabels)
This will set the clusterLabels to be used on validation and the evaluate those labels via the corresponding gain.
Attention: The return-value may vary significantly in its meaning depending on the implementation. Higher values should suggest closer pairs.