public class ConfusionMatrixV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
TwoDimTableV3 |
table
Annotated confusion matrix
|
| Constructor and Description |
|---|
ConfusionMatrixV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public TwoDimTableV3 table