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