Class QualityStats.RecallPoint
java.lang.Object
org.apache.lucene.benchmark.quality.QualityStats.RecallPoint
- Enclosing class:
QualityStats
A certain rank in which a relevant doc was found.
-
Method Summary
-
Method Details
-
getRank
public int getRank()Returns the rank: where on the list of returned docs this relevant doc appeared. -
getRecall
public double getRecall()Returns the recall: how many relevant docs were returned up to this point, inclusive.
-