public abstract class ModelEvaluator<M extends Model> extends ModelManager<M> implements Evaluator
| Constructor and Description |
|---|
ModelEvaluator(PMML pmml,
M model) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
getValue(com.google.common.cache.LoadingCache<M,V> cache) |
FieldValue |
prepare(FieldName name,
Object value)
Prepares the input value for a field.
|
getActiveFields, getGroupFields, getMiningField, getMiningFields, getMiningSchema, getModel, getOrCreateLocalTransformations, getOrCreateOutput, getOrCreateTargets, getOutputField, getOutputFields, getPredictedFields, getSummary, getTarget, getTargetField, resolveFieldfind, find, findAll, getDataDictionary, getDataField, getHeader, getModel, getModelManager, getModels, getOrCreateTransformationDictionary, getPMML, resolveFunctionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getDataField, getGroupFields, getMiningField, getOutputField, getOutputFields, getPredictedFields, getSummary, getTargetFieldpublic FieldValue prepare(FieldName name, Object value)
Evaluatorprepare in interface Evaluatorname - The name of the fieldConsumer.getDataField(FieldName),
Consumer.getMiningField(FieldName)public <V> V getValue(com.google.common.cache.LoadingCache<M,V> cache)
Copyright © 2013 University of Tartu. All Rights Reserved.