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,
Object value) |
Map<org.dmg.pmml.FieldName,?> |
getArguments() |
protected org.dmg.pmml.DefineFunction |
getDefineFunction(String name) |
ModelEvaluator<?> |
getModelEvaluator() |
MiningModelEvaluationContext |
getParent() |
boolean |
isCompatible() |
void |
reset(boolean purge) |
void |
reset(ModelEvaluator<?> modelEvaluator,
boolean purge) |
protected FieldValue |
resolve(org.dmg.pmml.FieldName name) |
void |
setArguments(Map<org.dmg.pmml.FieldName,?> arguments) |
void |
setCompatible(boolean compatible) |
addWarning, declare, declare, declareAll, evaluate, getFields, getWarnings, lookuppublic ModelEvaluationContext(ModelEvaluator<?> modelEvaluator)
public ModelEvaluationContext(MiningModelEvaluationContext parent, ModelEvaluator<?> modelEvaluator)
public void reset(boolean purge)
reset in class EvaluationContextpublic void reset(ModelEvaluator<?> modelEvaluator, boolean purge)
protected FieldValue createFieldValue(org.dmg.pmml.FieldName name, Object value)
createFieldValue in class EvaluationContextprotected FieldValue resolve(org.dmg.pmml.FieldName name)
resolve in class EvaluationContextprotected org.dmg.pmml.DefineFunction getDefineFunction(String name)
getDefineFunction in class EvaluationContextpublic MiningModelEvaluationContext getParent()
public ModelEvaluator<?> getModelEvaluator()
public Map<org.dmg.pmml.FieldName,?> getArguments()
public void setArguments(Map<org.dmg.pmml.FieldName,?> arguments)
public boolean isCompatible()
public void setCompatible(boolean compatible)
Copyright © 2018. All rights reserved.