| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.naive_bayes | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(NaiveBayesModel naiveBayesModel) |
| Modifier and Type | Method and Description |
|---|---|
NaiveBayesModel |
NaiveBayesModel.addExtensions(Extension... extensions) |
NaiveBayesModel |
ObjectFactory.createNaiveBayesModel()
Create an instance of
NaiveBayesModel |
NaiveBayesModel |
NaiveBayesModel.setAlgorithmName(String algorithmName)
Sets the value of the algorithmName property.
|
NaiveBayesModel |
NaiveBayesModel.setBayesInputs(BayesInputs bayesInputs)
Sets the value of the bayesInputs property.
|
NaiveBayesModel |
NaiveBayesModel.setBayesOutput(BayesOutput bayesOutput)
Sets the value of the bayesOutput property.
|
NaiveBayesModel |
NaiveBayesModel.setLocalTransformations(LocalTransformations localTransformations)
Sets the value of the localTransformations property.
|
NaiveBayesModel |
NaiveBayesModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
NaiveBayesModel |
NaiveBayesModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
NaiveBayesModel |
NaiveBayesModel.setModelExplanation(ModelExplanation modelExplanation)
Sets the value of the modelExplanation property.
|
NaiveBayesModel |
NaiveBayesModel.setModelName(String modelName)
Sets the value of the modelName property.
|
NaiveBayesModel |
NaiveBayesModel.setModelStats(ModelStats modelStats)
Sets the value of the modelStats property.
|
NaiveBayesModel |
NaiveBayesModel.setModelVerification(ModelVerification modelVerification)
Sets the value of the modelVerification property.
|
NaiveBayesModel |
NaiveBayesModel.setOutput(Output output)
Sets the value of the output property.
|
NaiveBayesModel |
NaiveBayesModel.setScorable(Boolean scorable)
Sets the value of the scorable property.
|
NaiveBayesModel |
NaiveBayesModel.setTargets(Targets targets)
Sets the value of the targets property.
|
NaiveBayesModel |
NaiveBayesModel.setThreshold(double threshold)
Sets the value of the threshold property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(NaiveBayesModel naiveBayesModel) |
VisitorAction |
AbstractVisitor.visit(NaiveBayesModel naiveBayesModel) |
VisitorAction |
AbstractModelVisitor.visit(NaiveBayesModel naiveBayesModel) |
Copyright © 2016 University of Tartu. All rights reserved.