public class PMMLEvaluationContext extends EvaluationContext
EvaluationContext.Result<E extends org.dmg.pmml.PMMLObject>| Constructor and Description |
|---|
PMMLEvaluationContext(PMMLManager pmmlManager) |
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
createFieldValue(org.dmg.pmml.FieldName name,
Object value) |
PMMLManager |
getPmmlManager() |
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, getFieldEntry, getFields, getWarningspublic PMMLEvaluationContext(PMMLManager pmmlManager)
public 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 PMMLManager getPmmlManager()
Copyright © 2015. All Rights Reserved.