public class ModelEvaluationContext extends EvaluationContext
| Constructor and Description |
|---|
ModelEvaluationContext(MiningModelEvaluationContext parent,
ModelEvaluator<?> modelEvaluator) |
ModelEvaluationContext(ModelEvaluator<?> modelEvaluator) |
| Modifier and Type | Method and Description |
|---|---|
protected FieldValue |
createFieldValue(org.dmg.pmml.FieldName name,
java.lang.Object value) |
java.util.Map<org.dmg.pmml.FieldName,?> |
getArguments() |
protected org.dmg.pmml.DefineFunction |
getDefineFunction(java.lang.String name) |
ModelEvaluator<?> |
getModelEvaluator() |
MiningModelEvaluationContext |
getParent() |
boolean |
isCompatible() |
void |
reset() |
void |
reset(ModelEvaluator<?> modelEvaluator) |
protected FieldValue |
resolve(org.dmg.pmml.FieldName name) |
void |
setArguments(java.util.Map<org.dmg.pmml.FieldName,?> arguments) |
void |
setCompatible(boolean compatible) |
addWarning, declare, declare, declareAll, evaluate, getField, getFields, getWarningspublic ModelEvaluationContext(ModelEvaluator<?> modelEvaluator)
public ModelEvaluationContext(MiningModelEvaluationContext parent, ModelEvaluator<?> modelEvaluator)
protected FieldValue createFieldValue(org.dmg.pmml.FieldName name, java.lang.Object value)
createFieldValue in class EvaluationContextpublic void reset()
reset in class EvaluationContextpublic void reset(ModelEvaluator<?> modelEvaluator)
protected FieldValue resolve(org.dmg.pmml.FieldName name)
resolve in class EvaluationContextprotected org.dmg.pmml.DefineFunction getDefineFunction(java.lang.String name)
getDefineFunction in class EvaluationContextpublic MiningModelEvaluationContext getParent()
public ModelEvaluator<?> getModelEvaluator()
public java.util.Map<org.dmg.pmml.FieldName,?> getArguments()
public void setArguments(java.util.Map<org.dmg.pmml.FieldName,?> arguments)
public boolean isCompatible()
public void setCompatible(boolean compatible)
Copyright © 2017. All Rights Reserved.