public class ConfusionMatrix.Contingency extends Object
| Constructor and Description |
|---|
Contingency(int tp_,
int fp_,
int tn_,
int fn_) |
| Modifier and Type | Method and Description |
|---|---|
double |
f1() |
double |
precision() |
double |
recall() |
double |
spec() |
String |
toString() |