Class QualityStats.RecallPoint
A certain rank in which a relevant doc was found.
Inherited Members
Namespace: Lucene.Net.Benchmarks.Quality
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class QualityStats.RecallPoint
Properties
Rank
Returns the rank: where on the list of returned docs this relevant doc appeared.
Declaration
public virtual int Rank { get; }
Property Value
Type | Description |
---|---|
int |
Recall
Returns the recall: how many relevant docs were returned up to this point, inclusive.
Declaration
public virtual double Recall { get; }
Property Value
Type | Description |
---|---|
double |