|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.benchmark.quality.QualityStats.RecallPoint
public static class QualityStats.RecallPoint
A certain rank in which a relevant doc was found.
Method Summary | |
---|---|
int |
getRank()
Returns the rank: where on the list of returned docs this relevant doc appeared. |
double |
getRecall()
Returns the recall: how many relevant docs were returned up to this point, inclusive. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getRank()
public double getRecall()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |