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 List<org.dmg.pmml.BayesInput> |
getBayesInputs() |
protected Map<org.dmg.pmml.FieldName,Map<String,Double>> |
getFieldCountSums() |
String |
getSummary()
Gets a short description of the
Model. |
createContext, evaluate, getDataField, getDataField, getValue, getValue, prepare, verifygetActiveFields, getGroupFields, getLocalDerivedField, getLocalTransformations, getMiningField, getMiningFields, getMiningFunction, getMiningSchema, getModel, getOrderFields, getOutput, getOutputField, getOutputFields, getTarget, getTargetField, getTargetFields, getTargets, resolveDerivedFieldfind, getDataDictionary, getDerivedField, getFunction, getPMML, getTransformationDictionaryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getGroupFields, getMiningField, getMiningFunction, getOrderFields, getOutputField, getOutputFields, getTarget, getTargetField, getTargetFieldspublic NaiveBayesModelEvaluator(org.dmg.pmml.PMML pmml)
public NaiveBayesModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.NaiveBayesModel naiveBayesModel)
public String getSummary()
ConsumerModel.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>protected List<org.dmg.pmml.BayesInput> getBayesInputs()
Copyright © 2015. All Rights Reserved.