Package org.jpmml.evaluator
Class Regression<V extends Number>
- java.lang.Object
-
- org.jpmml.evaluator.AbstractComputable
-
- org.jpmml.evaluator.Regression<V>
-
- All Implemented Interfaces:
Computable,HasPrediction,ResultFeature
- Direct Known Subclasses:
AggregateScore,NodeScore,ScorecardScore
public class Regression<V extends Number> extends AbstractComputable implements HasPrediction
- See Also:
MiningFunction.REGRESSION
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetPrediction()ReportgetPredictionReport()ObjectgetResult()Value<V>getValue()-
Methods inherited from class org.jpmml.evaluator.AbstractComputable
toString
-
-
-
-
Method Detail
-
getResult
public Object getResult()
- Specified by:
getResultin interfaceComputable
-
getPrediction
public Object getPrediction()
- Specified by:
getPredictionin interfaceHasPrediction
-
getPredictionReport
public Report getPredictionReport()
- Specified by:
getPredictionReportin interfaceHasPrediction
-
-