| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
BayesOutput |
BayesOutput.addExtensions(Extension... extensions) |
BayesOutput |
ObjectFactory.createBayesOutput()
Create an instance of
BayesOutput |
BayesOutput |
NaiveBayesModel.getBayesOutput()
Gets the value of the bayesOutput property.
|
BayesOutput |
BayesOutput.setFieldName(FieldName fieldName)
Sets the value of the fieldName property.
|
BayesOutput |
BayesOutput.setTargetValueCounts(TargetValueCounts targetValueCounts)
Sets the value of the targetValueCounts property.
|
| Modifier and Type | Method and Description |
|---|---|
NaiveBayesModel |
NaiveBayesModel.setBayesOutput(BayesOutput bayesOutput)
Sets the value of the bayesOutput property.
|
VisitorAction |
Visitor.visit(BayesOutput bayesOutput) |
| Constructor and Description |
|---|
NaiveBayesModel(double threshold,
MiningFunctionType functionName,
MiningSchema miningSchema,
BayesInputs bayesInputs,
BayesOutput bayesOutput) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(BayesOutput bayesOutput) |
VisitorAction |
AbstractVisitor.visit(BayesOutput bayesOutput) |
Copyright © 2015 University of Tartu. All Rights Reserved.