org.encog.ml.bayesian.training.estimator
Interface BayesEstimator
-
- All Known Implementing Classes:
- EstimatorNone, SimpleEstimator
public interface BayesEstimatorAn estimator is used during Bayesian training to determine optimal probability values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidinit(TrainBayesian theTrainer, BayesianNetwork theNetwork, MLDataSet theData)Init the estimator.booleaniteration()Perform an iteration.
-
-
-
Method Detail
-
init
void init(TrainBayesian theTrainer, BayesianNetwork theNetwork, MLDataSet theData)
Init the estimator.- Parameters:
theTrainer- The trainer.theNetwork- The network.theData- The data.
-
iteration
boolean iteration()
Perform an iteration.- Returns:
- True, if we should contune.
-
-
DMelt 3.0 © DataMelt by jWork.ORG