Uses of Enum Class
edu.cmu.tetrad.bayes.MlBayesIm.InitializationMethod
Packages that use MlBayesIm.InitializationMethod
-
Uses of MlBayesIm.InitializationMethod in edu.cmu.tetrad.bayes
Methods in edu.cmu.tetrad.bayes that return MlBayesIm.InitializationMethodModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MlBayesIm.InitializationMethod[]
MlBayesIm.InitializationMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in edu.cmu.tetrad.bayes with parameters of type MlBayesIm.InitializationMethodModifierConstructorDescriptionMlBayesIm
(BayesPm bayesPm, BayesIm oldBayesIm, MlBayesIm.InitializationMethod initializationMethod) Constructs a new BayesIm from the given BayesPm, initializing values either as MANUAL or RANDOM, but using values from the old BayesIm provided where posssible.MlBayesIm
(BayesPm bayesPm, MlBayesIm.InitializationMethod initializationMethod) Constructs a new BayesIm from the given BayesPm, initializing values either as MANUAL or RANDOM.