Package ubic.basecode.math
Class PrecisionRecallTest
- java.lang.Object
-
- ubic.basecode.math.PrecisionRecallTest
-
public class PrecisionRecallTest extends Object
- Author:
- paul
-
-
Constructor Summary
Constructors Constructor Description PrecisionRecallTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testAveragePrecision()
void
testAveragePrecisionB()
void
testAveragePrecisionBNotInOrder()
void
testAveragePrecisionNotInOrder()
void
testAveragePrecisionWithTie()
Should give the same result as test B, because precision is the same at each step despite the tie.
-
-
-
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.
-
-