Uses of Class
org.encog.ml.bayesian.training.BayesianInit

Packages that use BayesianInit
org.encog.ml.bayesian.training   
 

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

Methods in org.encog.ml.bayesian.training that return BayesianInit
 BayesianInit TrainBayesian.getInitNetwork()
           
static BayesianInit BayesianInit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BayesianInit[] BayesianInit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.encog.ml.bayesian.training with parameters of type BayesianInit
 void TrainBayesian.setInitNetwork(BayesianInit initNetwork)
          Set the network init method.
 

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



Copyright © 2014. All Rights Reserved.