public class ModelEvaluationContext extends EvaluationContext
| Constructor and Description |
|---|
ModelEvaluationContext(ModelEvaluationContext parent,
ModelEvaluator<?> modelEvaluator) |
| Modifier and Type | Method and Description |
|---|---|
protected FieldValue |
createFieldValue(org.dmg.pmml.FieldName name,
Object value) |
FieldValue |
evaluate(org.dmg.pmml.FieldName name) |
ModelEvaluator<?> |
getModelEvaluator() |
ModelEvaluationContext |
getParent() |
protected org.dmg.pmml.DefineFunction |
resolveDefineFunction(String name) |
addWarning, declare, declare, declareAll, getField, getFieldEntry, getFields, getWarningspublic ModelEvaluationContext(ModelEvaluationContext parent, ModelEvaluator<?> modelEvaluator)
protected FieldValue createFieldValue(org.dmg.pmml.FieldName name, Object value)
createFieldValue in class EvaluationContextpublic FieldValue evaluate(org.dmg.pmml.FieldName name)
evaluate in class EvaluationContextprotected org.dmg.pmml.DefineFunction resolveDefineFunction(String name)
resolveDefineFunction in class EvaluationContextpublic ModelEvaluationContext getParent()
public ModelEvaluator<?> getModelEvaluator()
Copyright © 2016. All Rights Reserved.