Class QualityStats.RecallPoint
A certain rank in which a relevant doc was found.
Inheritance
System.Object
    QualityStats.RecallPoint
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Benchmarks.Quality
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class RecallPoint
  Properties
| Improve this Doc View SourceRank
Returns the rank: where on the list of returned docs this relevant doc appeared.
Declaration
public virtual int Rank { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
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 | 
|---|---|
| System.Double |