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