Class PrecisionRecallTest


  • public class PrecisionRecallTest
    extends Object
    Author:
    paul
    • Constructor Detail

      • PrecisionRecallTest

        public PrecisionRecallTest()
    • Method Detail

      • testAveragePrecision

        public void testAveragePrecision()
      • testAveragePrecisionB

        public void testAveragePrecisionB()
      • testAveragePrecisionBNotInOrder

        public void testAveragePrecisionBNotInOrder()
      • testAveragePrecisionNotInOrder

        public void testAveragePrecisionNotInOrder()
      • testAveragePrecisionWithTie

        public void testAveragePrecisionWithTie()
        Should give the same result as test B, because precision is the same at each step despite the tie.