Class QualityStats.RecallPoint
A certain rank in which a relevant doc was found.
Inheritance
System.Object
QualityStats.RecallPoint
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class RecallPoint : object
Properties
Name | Description |
---|---|
Rank | Returns the rank: where on the list of returned docs this relevant doc appeared. |
Recall | Returns the recall: how many relevant docs were returned up to this point, inclusive. |