public class ModelEvaluationContext extends EvaluationContext
DERIVEDFIELD_GUARD_PROVIDER, FUNCTION_GUARD_PROVIDER| Constructor and Description |
|---|
ModelEvaluationContext(ModelEvaluator<?> modelEvaluator) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
getArguments() |
protected org.dmg.pmml.DefineFunction |
getDefineFunction(String name) |
ModelEvaluator<?> |
getModelEvaluator() |
MiningModelEvaluationContext |
getParent() |
protected FieldValue |
prepare(org.dmg.pmml.FieldName name,
Object value) |
void |
reset(boolean clearValues) |
protected FieldValue |
resolve(org.dmg.pmml.FieldName name) |
void |
setArguments(Map<org.dmg.pmml.FieldName,?> arguments) |
void |
setModelEvaluator(ModelEvaluator<?> modelEvaluator) |
void |
setParent(MiningModelEvaluationContext parent) |
addWarning, declare, declare, declareAll, evaluate, evaluate, evaluateAll, getValues, getWarnings, lookup, setIndexpublic ModelEvaluationContext(ModelEvaluator<?> modelEvaluator)
public void reset(boolean clearValues)
reset in class EvaluationContextprotected FieldValue prepare(org.dmg.pmml.FieldName name, Object value)
prepare in class EvaluationContextprotected FieldValue resolve(org.dmg.pmml.FieldName name)
resolve in class EvaluationContextprotected org.dmg.pmml.DefineFunction getDefineFunction(String name)
getDefineFunction in class EvaluationContextpublic ModelEvaluator<?> getModelEvaluator()
public void setModelEvaluator(ModelEvaluator<?> modelEvaluator)
public MiningModelEvaluationContext getParent()
public void setParent(MiningModelEvaluationContext parent)
public Map<org.dmg.pmml.FieldName,?> getArguments()
public void setArguments(Map<org.dmg.pmml.FieldName,?> arguments)
Copyright © 2019. All rights reserved.