public class NaiveBayesModelEvaluator extends ModelEvaluator<org.dmg.pmml.NaiveBayesModel>
ACTIVE_TYPES, GROUP_TYPES, ORDER_TYPES, TARGET_TYPESDEFAULT_TARGET| 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. |
evaluate, getDataField, getDataField, getDefineFunction, getDerivedField, getLocalDerivedField, getMiningField, getMiningFields, getOutputField, getOutputFields, getTarget, getTargetField, getTargetFields, getValue, getValue, prepare, verifygetActiveFields, getGroupFields, getMiningFunction, getModel, getOrderFieldsgetPMMLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getGroupFields, getMiningFunction, getOrderFieldspublic NaiveBayesModelEvaluator(org.dmg.pmml.PMML pmml)
public NaiveBayesModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.NaiveBayesModel naiveBayesModel)
public String getSummary()
Consumer
Gets a short description of the Model.
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 © 2016. All Rights Reserved.