public final class FMeasure extends Object
Modifier and Type | Method and Description |
---|---|
static double |
getFMeasure(float precision,
float recall,
float beta) |
static double |
getWeightedFMeasure(float precision,
float recall)
Calculates the F-measure with a beta of 0.5, so that precision
weights higher than recall.
|