| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.naive_bayes | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(BayesOutput bayesOutput) |
| Modifier and Type | Method and Description |
|---|---|
BayesOutput |
BayesOutput.addExtensions(Extension... extensions) |
BayesOutput |
ObjectFactory.createBayesOutput()
Create an instance of
BayesOutput |
BayesOutput |
NaiveBayesModel.getBayesOutput() |
BayesOutput |
NaiveBayesModel.requireBayesOutput() |
BayesOutput |
BayesOutput.setTargetField(String targetField) |
BayesOutput |
BayesOutput.setTargetValueCounts(TargetValueCounts targetValueCounts) |
| Modifier and Type | Method and Description |
|---|---|
NaiveBayesModel |
NaiveBayesModel.setBayesOutput(BayesOutput bayesOutput) |
| Constructor and Description |
|---|
NaiveBayesModel(Number threshold,
MiningFunction miningFunction,
MiningSchema miningSchema,
BayesInputs bayesInputs,
BayesOutput bayesOutput) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(BayesOutput bayesOutput) |
Copyright © 2024. All rights reserved.