es.nlp.uned.weps.evaluation.measures
Class InversePurity

java.lang.Object
  extended by es.nlp.uned.weps.evaluation.measures.Measure
      extended by es.nlp.uned.weps.evaluation.measures.InversePurity

public class InversePurity
extends Measure


Field Summary
static java.lang.String ID
          The INVERS e_ PURITY.
 
Constructor Summary
InversePurity()
           
 
Method Summary
 java.lang.String getID()
           
 double getScore(Clustering key, Clustering answer)
          Inverse purity.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
The INVERS e_ PURITY.

See Also:
Constant Field Values
Constructor Detail

InversePurity

public InversePurity()
Method Detail

getScore

public double getScore(Clustering key,
                       Clustering answer)
Inverse purity.

Specified by:
getScore in class Measure
Parameters:
key - the key
answer - the answer
Returns:
the double

getID

public java.lang.String getID()
Overrides:
getID in class Measure