public class Regression<V extends Number> extends AbstractComputable implements HasPrediction
MiningFunction.REGRESSION| Modifier | Constructor and Description |
|---|---|
protected |
Regression(Value<V> value) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
computeResult(org.dmg.pmml.DataType dataType) |
Object |
getPrediction() |
Report |
getPredictionReport() |
Object |
getResult() |
Value<V> |
getValue() |
protected void |
setResult(Object result) |
toString, toStringHelperpublic Object getResult()
getResult in interface Computableprotected void setResult(Object result)
protected void computeResult(org.dmg.pmml.DataType dataType)
public Object getPrediction()
getPrediction in interface HasPredictionpublic Report getPredictionReport()
getPredictionReport in interface HasPredictionCopyright © 2022. All rights reserved.