Uses of Interface
org.encog.ml.bayesian.training.estimator.BayesEstimator

Packages that use BayesEstimator
org.encog.ml.bayesian.training   
org.encog.ml.bayesian.training.estimator   
 

Uses of BayesEstimator in org.encog.ml.bayesian.training
 

Constructors in org.encog.ml.bayesian.training with parameters of type BayesEstimator
TrainBayesian(BayesianNetwork theNetwork, MLDataSet theData, int theMaximumParents, BayesianInit theInit, BayesSearch theSearch, BayesEstimator theEstimator)
          Construct a Bayesian trainer.
 

Uses of BayesEstimator in org.encog.ml.bayesian.training.estimator
 

Classes in org.encog.ml.bayesian.training.estimator that implement BayesEstimator
 class EstimatorNone
          A simple estimator that does nothing.
 class SimpleEstimator
          A simple probability estimator.
 



Copyright © 2014. All Rights Reserved.