Package org.api4.java.ai.ml.core.learner
Interface IProbabilisticPredictor
-
public interface IProbabilisticPredictor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetCertainty(ILabeledInstance testInstance, java.lang.Object label)
-
-
-
Method Detail
-
getCertainty
double getCertainty(ILabeledInstance testInstance, java.lang.Object label) throws PredictionException, java.lang.InterruptedException
- Throws:
PredictionExceptionjava.lang.InterruptedException
-
-