org.encog.ml.bayesian.training.estimator
Class EstimatorNone
java.lang.Object
org.encog.ml.bayesian.training.estimator.EstimatorNone
- All Implemented Interfaces:
- BayesEstimator
public class EstimatorNone
- extends Object
- implements BayesEstimator
A simple estimator that does nothing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EstimatorNone
public EstimatorNone()
init
public void init(TrainBayesian theTrainer,
BayesianNetwork theNetwork,
MLDataSet theData)
- Init the estimator.
- Specified by:
init
in interface BayesEstimator
- Parameters:
theTrainer
- The trainer.theNetwork
- The network.theData
- The data.
iteration
public boolean iteration()
- Perform an iteration.
- Specified by:
iteration
in interface BayesEstimator
- Returns:
- True, if we should contune.
Copyright © 2014. All Rights Reserved.