Class QualityStats.RecallPoint

  • Enclosing class:
    QualityStats

    public static class QualityStats.RecallPoint
    extends Object
    A certain rank in which a relevant doc was found.
    • Method Detail

      • getRank

        public int getRank()
        Returns the rank: where on the list of returned docs this relevant doc appeared.
      • getRecall

        public double getRecall()
        Returns the recall: how many relevant docs were returned up to this point, inclusive.