ir.eval
Class RecallPrecisionPair

java.lang.Object
  extended by ir.eval.RecallPrecisionPair

public class RecallPrecisionPair
extends java.lang.Object

A lightweight object for storing a pair of recall precision measures


Field Summary
 double precision
           
 double recall
           
 
Constructor Summary
RecallPrecisionPair(double recall, double precision)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

recall

public double recall

precision

public double precision
Constructor Detail

RecallPrecisionPair

public RecallPrecisionPair(double recall,
                           double precision)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object