public class FMeasure extends Object implements BinaryClassificationMetricComputer, scala.Product, scala.Serializable
http://en.wikipedia.org/wiki/F1_score,
Serialized Form| Constructor 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, waitpublic double beta()
public double apply(BinaryConfusionMatrix c)
apply in interface BinaryClassificationMetricComputer