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) |
Map.Entry<org.dmg.pmml.FieldName,FieldValue> |
getFieldEntry(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, 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 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 FieldValue createFieldValue(org.dmg.pmml.FieldName name, Object value)
createFieldValue in class EvaluationContextpublic ModelEvaluationContext getParent()
public ModelEvaluator<?> getModelEvaluator()
Copyright © 2014. All Rights Reserved.