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

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

public class BCubedExtRecall
extends Measure


Field Summary
static java.lang.String ID
          The BCUBE d_ EX t_ RECALL.
 
Constructor Summary
BCubedExtRecall()
           
 
Method Summary
 java.lang.String getID()
           
 double getScore(Clustering key, Clustering answer)
           
 
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 BCUBE d_ EX t_ RECALL.

See Also:
Constant Field Values
Constructor Detail

BCubedExtRecall

public BCubedExtRecall()
Method Detail

getScore

public double getScore(Clustering key,
                       Clustering answer)
Specified by:
getScore in class Measure

getID

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