public interface ClassificationResult
Modifier and Type | Method and Description |
---|---|
double |
confidence()
Returns the confidence of the result
|
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 confidence()
boolean correct(java.lang.String clazz)
clazz
- double error(java.lang.String clazz)
clazz
- int index()