public interface MulticlassClassifier<T> extends Classifier<T>
| Modifier and Type | Method and Description |
|---|---|
double |
getConfidence(T t)
Tells the confidence associated with the predicted class
|
java.util.Map<java.lang.Integer,java.lang.Double> |
getConfidences(T t)
Tells the confidences for all classes
|
copy, train, train, valueOfdouble getConfidence(T t)
t - the sample to evaluatejava.util.Map<java.lang.Integer,java.lang.Double> getConfidences(T t)
t - the sample to evaluate