|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ir.eval.RecallPrecisionPair
public class RecallPrecisionPair
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 |
---|
public double recall
public double precision
Constructor Detail |
---|
public RecallPrecisionPair(double recall, double precision)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |