public class NaiveBayesModelEvaluator extends ModelEvaluator<org.dmg.pmml.NaiveBayesModel>
| Constructor and Description |
|---|
NaiveBayesModelEvaluator(org.dmg.pmml.PMML pmml) |
NaiveBayesModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.NaiveBayesModel naiveBayesModel) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
evaluate(ModelEvaluationContext context) |
protected Map<org.dmg.pmml.FieldName,Map<String,Double>> |
getFieldCountSums() |
String |
getSummary() |
createContext, evaluate, getValue, preparegetActiveFields, getGroupFields, getLocalDerivedField, getLocalTransformations, getMiningField, getMiningFields, getMiningSchema, getModel, getOutput, getOutputField, getOutputFields, getTarget, getTargetField, getTargetFields, getTargets, resolveDerivedFieldfind, find, findAll, getDataDictionary, getDataField, getDerivedField, getFunction, getHeader, getModel, getModelManager, getModels, getPMML, getTransformationDictionaryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getDataField, getGroupFields, getMiningField, getOutputField, getOutputFields, getTargetField, getTargetFieldspublic NaiveBayesModelEvaluator(org.dmg.pmml.PMML pmml)
public NaiveBayesModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.NaiveBayesModel naiveBayesModel)
public String getSummary()
getSummary in interface ConsumergetSummary in class ModelManager<org.dmg.pmml.NaiveBayesModel>public Map<org.dmg.pmml.FieldName,?> evaluate(ModelEvaluationContext context)
evaluate in class ModelEvaluator<org.dmg.pmml.NaiveBayesModel>Copyright © 2014. All Rights Reserved.