| Class | Description |
|---|---|
| BayesianModel |
model interface.
|
| LinearRegression |
implements Bayesian Linear regression model.
|
| PrequentialEvaluation |
performs prequential evaluation for classification.
|
| SoftmaxRegression |
implements Bayesian Softmax regression model.
|
| Enum | Description |
|---|---|
| BayesianModel.OptimizerType |
optimizer types that can be used with the bayesian models.
|
Copyright © 2019 WSO2. All rights reserved.