| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected BayesOutput |
NaiveBayesModel.bayesOutput |
| Modifier and Type | Method and Description |
|---|---|
BayesOutput |
ObjectFactory.createBayesOutput()
Create an instance of
BayesOutput |
BayesOutput |
NaiveBayesModel.getBayesOutput()
Gets the value of the bayesOutput property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NaiveBayesModel.setBayesOutput(BayesOutput value)
Sets the value of the bayesOutput property.
|
| Constructor and Description |
|---|
NaiveBayesModel(MiningSchema miningSchema,
BayesInputs bayesInputs,
BayesOutput bayesOutput,
double threshold,
MiningFunctionType functionName) |
Copyright © 2013 University of Tartu. All Rights Reserved.