Uses of Enum Class
edu.cmu.tetrad.search.Cstar.CpdagAlgorithm
Packages that use Cstar.CpdagAlgorithm
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
-
Uses of Cstar.CpdagAlgorithm in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return Cstar.CpdagAlgorithmModifier and TypeMethodDescriptionstatic Cstar.CpdagAlgorithm
Returns the enum constant of this class with the specified name.static Cstar.CpdagAlgorithm[]
Cstar.CpdagAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.cmu.tetrad.search with parameters of type Cstar.CpdagAlgorithmModifier and TypeMethodDescriptionvoid
Cstar.setCpdagAlgorithm
(Cstar.CpdagAlgorithm cpdagAlgorithm) The CSTaR algorithm can use any CPDAG algorithm; here you can set it.