Class PrecisionRecallTest

java.lang.Object
ubic.basecode.math.PrecisionRecallTest

public class PrecisionRecallTest extends Object
Author:
paul
  • Constructor Details

    • PrecisionRecallTest

      public PrecisionRecallTest()
  • Method Details

    • 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.