public interface PrecisionRecallPair extends Pair<java.lang.Double,java.lang.Double>
Modifier and Type | Method and Description |
---|---|
double |
getPrecision()
Gets the precision.
|
double |
getRecall()
Gets the recall.
|
double getPrecision()
double getRecall()