org.encog.ml.bayesian.training.estimator
public interface BayesEstimator
Modifier and Type | Method and Description |
---|---|
void |
init(TrainBayesian theTrainer,
BayesianNetwork theNetwork,
MLDataSet theData)
Init the estimator.
|
boolean |
iteration()
Perform an iteration.
|
void init(TrainBayesian theTrainer, BayesianNetwork theNetwork, MLDataSet theData)
theTrainer
- The trainer.theNetwork
- The network.theData
- The data.boolean iteration()
Copyright © 2014. All Rights Reserved.