public class NaiveBayesModelEvaluator extends ModelEvaluator<NaiveBayesModel>
| Constructor and Description |
|---|
NaiveBayesModelEvaluator(PMML pmml) |
NaiveBayesModelEvaluator(PMML pmml,
NaiveBayesModel naiveBayesModel) |
| Modifier and Type | Method and Description |
|---|---|
Map<FieldName,?> |
evaluate(ModelEvaluationContext context) |
protected Map<FieldName,Map<String,Double>> |
getCountsMap() |
String |
getSummary() |
evaluate, getValue, preparegetActiveFields, getGroupFields, getLocalDerivedField, getMiningField, getMiningFields, getMiningSchema, getModel, getOrCreateLocalTransformations, getOrCreateOutput, getOrCreateTargets, getOutputField, getOutputFields, getPredictedFields, getTarget, getTargetField, resolveDerivedFieldfind, find, findAll, getDataDictionary, getDataField, getDerivedField, getFunction, getHeader, getModel, getModelManager, getModels, getOrCreateTransformationDictionary, getPMMLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getDataField, getGroupFields, getMiningField, getOutputField, getOutputFields, getPredictedFields, getTargetFieldpublic NaiveBayesModelEvaluator(PMML pmml)
public NaiveBayesModelEvaluator(PMML pmml, NaiveBayesModel naiveBayesModel)
public String getSummary()
getSummary in interface ConsumergetSummary in class ModelManager<NaiveBayesModel>public Map<FieldName,?> evaluate(ModelEvaluationContext context)
evaluate in class ModelEvaluator<NaiveBayesModel>Copyright © 2014 University of Tartu. All Rights Reserved.