public class FMeasure extends Object implements BinaryClassificationMetricComputer, scala.Product, scala.Serializable
http://en.wikipedia.org/wiki/F1_score
,
Serialized FormConstructor and Description |
---|
FMeasure(double beta) |
Modifier and Type | Method and Description |
---|---|
double |
apply(BinaryConfusionMatrix c) |
double |
beta() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public double beta()
public double apply(BinaryConfusionMatrix c)
apply
in interface BinaryClassificationMetricComputer