public abstract class JavaRegressorModel extends JavaModel
| Constructor and Description |
|---|
JavaRegressorModel() |
JavaRegressorModel(org.dmg.pmml.MiningFunction miningFunction,
org.dmg.pmml.MiningSchema miningSchema) |
JavaRegressorModel(org.dmg.pmml.Model model) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
evaluate(ModelEvaluationContext context) |
protected Map<org.dmg.pmml.FieldName,?> |
evaluateRegression(ModelEvaluationContext context) |
abstract <V extends Number> |
evaluateRegression(ValueFactory<V> valueFactory,
ModelEvaluationContext context) |
org.dmg.pmml.MiningFunction |
getMiningFunction() |
JavaModel |
setMiningFunction(org.dmg.pmml.MiningFunction miningFunction) |
accept, getAlgorithmName, getLocalTransformations, getMathContext, getMiningSchema, getModelExplanation, getModelName, getModelStats, getModelVerification, getOutput, getTargets, isScorable, setAlgorithmName, setLocalTransformations, setMathContext, setMiningSchema, setModelExplanation, setModelName, setModelStats, setModelVerification, setOutput, setScorable, setTargetspublic JavaRegressorModel()
public JavaRegressorModel(org.dmg.pmml.MiningFunction miningFunction,
org.dmg.pmml.MiningSchema miningSchema)
public JavaRegressorModel(org.dmg.pmml.Model model)
public abstract <V extends Number> Value<V> evaluateRegression(ValueFactory<V> valueFactory, ModelEvaluationContext context)
public org.dmg.pmml.MiningFunction getMiningFunction()
getMiningFunction in class JavaModelpublic JavaModel setMiningFunction(org.dmg.pmml.MiningFunction miningFunction)
setMiningFunction in class JavaModelpublic Map<org.dmg.pmml.FieldName,?> evaluate(ModelEvaluationContext context)
protected Map<org.dmg.pmml.FieldName,?> evaluateRegression(ModelEvaluationContext context)
Copyright © 2018. All rights reserved.