Package ubic.basecode.math
Class PrecisionRecallTest
java.lang.Object
ubic.basecode.math.PrecisionRecallTest
- Author:
- paul
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidShould give the same result as test B, because precision is the same at each step despite the tie.
-
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.
-