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