public class ModelEvaluationContext extends EvaluationContext
| Constructor and Description |
|---|
ModelEvaluationContext(ModelEvaluator<?> modelEvaluator) |
ModelEvaluationContext(ModelEvaluator<?> modelEvaluator,
MiningModelEvaluationContext parent) |
| 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) |
addWarning, declare, declare, declareAll, evaluate, evaluateAll, evaluateAll, getValues, getWarnings, lookup, lookuppublic ModelEvaluationContext(ModelEvaluator<?> modelEvaluator)
public ModelEvaluationContext(ModelEvaluator<?> modelEvaluator, MiningModelEvaluationContext parent)
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 Map<org.dmg.pmml.FieldName,?> getArguments()
public void setArguments(Map<org.dmg.pmml.FieldName,?> arguments)
Copyright © 2019. All rights reserved.