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 |
|---|---|
Double |
getConfidence(String value)
Gets the confidence of the specified category.
|
getCategoryValuesDouble getConfidence(String value)
CategoricalResultFeature.getCategoryValues()Copyright © 2015. All Rights Reserved.