Uses of Enum Class
edu.cmu.tetrad.bayes.MlBayesIm.CptMapType
Packages that use MlBayesIm.CptMapType
-
Uses of MlBayesIm.CptMapType in edu.cmu.tetrad.bayes
Methods in edu.cmu.tetrad.bayes that return MlBayesIm.CptMapTypeModifier and TypeMethodDescriptiondefault MlBayesIm.CptMapType
BayesIm.getCptMapType()
Retrieves the CptMapType for this instance.MlBayesIm.getCptMapType()
A flag indicating whether to use CptMaps or not.static MlBayesIm.CptMapType
Returns the enum constant of this class with the specified name.static MlBayesIm.CptMapType[]
MlBayesIm.CptMapType.values()
Returns an array containing the constants of this enum class, in the order they are declared.