Show / Hide Table of Contents

    Class QualityStats.RecallPoint

    A certain rank in which a relevant doc was found.

    Inheritance
    System.Object
    QualityStats.RecallPoint
    Namespace: Lucene.Net.Benchmarks.Quality
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class RecallPoint : object

    Properties

    | Improve this Doc View Source

    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
    System.Int32
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)