Uses of Class
org.encog.ml.bayesian.BayesianChoice

Packages that use BayesianChoice
org.encog.ml.bayesian   
 

Uses of BayesianChoice in org.encog.ml.bayesian
 

Methods in org.encog.ml.bayesian that return BayesianChoice
 BayesianChoice BayesianEvent.getChoice(int arg)
          Return the choice specified by the index.
 

Methods in org.encog.ml.bayesian that return types with arguments of type BayesianChoice
 Set<BayesianChoice> BayesianEvent.getChoices()
           
 

Methods in org.encog.ml.bayesian with parameters of type BayesianChoice
 int BayesianChoice.compareTo(BayesianChoice other)
          
 

Method parameters in org.encog.ml.bayesian with type arguments of type BayesianChoice
 BayesianEvent BayesianNetwork.createEvent(String label, List<BayesianChoice> options)
          Create an event specified on the label and options provided.
 

Constructor parameters in org.encog.ml.bayesian with type arguments of type BayesianChoice
BayesianEvent(String theLabel, List<BayesianChoice> theChoices)
          Construct an event with the specified label and choices.
 



Copyright © 2014. All Rights Reserved.