| Package | Description |
|---|---|
| org.encog.ml.bayesian.training | |
| org.encog.ml.bayesian.training.search | |
| org.encog.ml.bayesian.training.search.k2 |
| Modifier and Type | Method and Description |
|---|---|
BayesSearch |
TrainBayesian.getSearch() |
| Constructor and Description |
|---|
TrainBayesian(BayesianNetwork theNetwork,
MLDataSet theData,
int theMaximumParents,
BayesianInit theInit,
BayesSearch theSearch,
BayesEstimator theEstimator)
Construct a Bayesian trainer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchNone
Simple class to perform no search for optimal network structure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchK2
Search for optimal Bayes structure with K2.
|
Copyright © 2014. All Rights Reserved.