Interface IRegressionPrediction
-
- All Superinterfaces:
IPrediction
public interface IRegressionPrediction extends IPrediction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description doublegetDoublePrediction()default java.lang.DoublegetPrediction()-
Methods inherited from interface org.api4.java.ai.ml.core.evaluation.IPrediction
getClassConfidence, getClassDistribution, getLabelWithHighestProbability, getProbabilityOfLabel
-
-
-
-
Method Detail
-
getPrediction
default java.lang.Double getPrediction()
- Specified by:
getPredictionin interfaceIPrediction
-
getDoublePrediction
double getDoublePrediction()
-
-