Interface ISingleLabelClassificationPrediction
-
- All Superinterfaces:
IPrediction
public interface ISingleLabelClassificationPrediction extends IPrediction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]getClassDistribution()java.lang.StringgetLabelWithHighestProbability()doublegetProbabilityOfLabel(java.lang.String label)-
Methods inherited from interface org.api4.java.ai.ml.core.learner.algorithm.IPrediction
getPrediction
-
-