public interface HasConfidence extends CategoricalResultFeature
A marker interface for classification results that provide a confidence distribution.
Confidences are similar to probabilities, but more relaxed. Most notably, the confidences are not required to sum to 1 across all categories, whereas the probabilities are.
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getConfidence(java.lang.String value)
Gets the confidence of the specified category.
|
getCategoryValuesjava.lang.Double getConfidence(java.lang.String value)
Gets the confidence of the specified category.
CategoricalResultFeature.getCategoryValues()Copyright © 2017. All Rights Reserved.