public class ConfusionMatrix.Contingency
extends java.lang.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() |
java.lang.String |
toString() |