public class NaiveBayesModelManager extends ModelManager<NaiveBayesModel>
| Constructor and Description |
|---|
NaiveBayesModelManager() |
NaiveBayesModelManager(PMML pmml) |
NaiveBayesModelManager(PMML pmml,
NaiveBayesModel naiveBayesModel) |
| Modifier and Type | Method and Description |
|---|---|
List<BayesInput> |
getBayesInputs() |
BayesOutput |
getBayesOutput() |
NaiveBayesModel |
getModel() |
String |
getSummary()
Returns a short description of the underlying
Model |
addField, addMiningField, getActiveFields, getGroupFields, getMiningField, getMiningFields, getMiningSchema, getOrCreateLocalTransformations, getOrCreateOutput, getOrCreateTargets, getOutputField, getOutputFields, getPredictedFields, getTarget, getTargetField, resolveFieldaddDataField, find, find, findAll, getDataDictionary, getDataField, getHeader, getModel, getModelManager, getModelManager, getModels, getOrCreateTransformationDictionary, getPmml, resolveFunctionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataFieldpublic NaiveBayesModelManager()
public NaiveBayesModelManager(PMML pmml)
public NaiveBayesModelManager(PMML pmml, NaiveBayesModel naiveBayesModel)
public String getSummary()
ConsumerModelpublic NaiveBayesModel getModel()
getModel in class ModelManager<NaiveBayesModel>public List<BayesInput> getBayesInputs()
public BayesOutput getBayesOutput()
Copyright © 2013 University of Tartu. All Rights Reserved.