Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class QualityStats.RecallPoint

    A certain rank in which a relevant doc was found.

    Inheritance
    object
    QualityStats.RecallPoint
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    Back to top Copyright © 2024 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.