public interface ClassificationResult
Modifier and Type | Method and Description |
---|---|
double[] |
confidences()
Returns the confidences for all class values
|
boolean |
correct(java.lang.String clazz)
Returns whether the result is correct
|
double |
error(java.lang.String clazz)
Returns the error
|
int |
index()
Returns the index of the predicted value
|
double[] confidences()
boolean correct(java.lang.String clazz)
clazz
- double error(java.lang.String clazz)
clazz
- int index()