public interface ConfusionMatrix
Modifier and Type | Method and Description |
---|---|
double |
accuracy() |
void |
increment(Integer predicted,
Integer actual) |
String |
toString() |
Table |
toTable() |
Copyright © 2017. All rights reserved.