Class TAPEvaluator.TapResultRecord

  • Enclosing class:
    TAPEvaluator

    public static class TAPEvaluator.TapResultRecord
    extends Object
    • Constructor Detail

      • TapResultRecord

        public TapResultRecord​(String listname,
                               String epqAndThreshold,
                               double tap)
      • TapResultRecord

        public TapResultRecord​(String listname,
                               int epq,
                               double threshold,
                               double tap)
    • Method Detail

      • getEpqThresholdMatcher

        public static Matcher getEpqThresholdMatcher()
      • getListname

        public String getListname()
      • getEpq

        public int getEpq()
      • getThreshold

        public double getThreshold()
      • getTap

        public double getTap()