Package | Description |
---|---|
org.encog.ml.bayesian.training.estimator | |
org.encog.ml.bayesian.training.search | |
org.encog.ml.bayesian.training.search.k2 |
Modifier and Type | Method and Description |
---|---|
void |
SimpleEstimator.init(TrainBayesian theTrainer,
BayesianNetwork theNetwork,
MLDataSet theData)
Init the estimator.
|
void |
EstimatorNone.init(TrainBayesian theTrainer,
BayesianNetwork theNetwork,
MLDataSet theData)
Init the estimator.
|
void |
BayesEstimator.init(TrainBayesian theTrainer,
BayesianNetwork theNetwork,
MLDataSet theData)
Init the estimator.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchNone.init(TrainBayesian theTrainer,
BayesianNetwork theNetwork,
MLDataSet theData)
Init the search object.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchK2.init(TrainBayesian theTrainer,
BayesianNetwork theNetwork,
MLDataSet theData)
Init the search object.
|
void |
BayesSearch.init(TrainBayesian theTrainer,
BayesianNetwork theNetwork,
MLDataSet theData)
Init the search object.
|
Copyright © 2014. All Rights Reserved.