Documentation of 'org.encog.ml.bayesian.training.estimator.BayesEstimator' Java class
BayesEstimator
org.encog.ml.bayesian.training.estimator

Interface BayesEstimator

  • All Known Implementing Classes:
    EstimatorNone, SimpleEstimator


    public interface BayesEstimator
    An estimator is used during Bayesian training to determine optimal probability values.
    • 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

You see the box below because you did not login.