Fork me on GitHub
  • API

    Show / Hide Table of Contents

    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 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 © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.