Uses of Enum Class
edu.cmu.tetrad.search.MarkovCheck.ConditioningSetType
Packages that use MarkovCheck.ConditioningSetType
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
-
Uses of MarkovCheck.ConditioningSetType in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return MarkovCheck.ConditioningSetTypeModifier and TypeMethodDescriptionMarkovCheck.getSetType()Returns type of conditioning sets to use in the Markov check.Returns the enum constant of this class with the specified name.static MarkovCheck.ConditioningSetType[]MarkovCheck.ConditioningSetType.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 MarkovCheck.ConditioningSetTypeModifier and TypeMethodDescriptionvoidMarkovCheck.setSetType(MarkovCheck.ConditioningSetType setType) Sets the type of conditioning sets to use in the Markov check.Constructors in edu.cmu.tetrad.search with parameters of type MarkovCheck.ConditioningSetTypeModifierConstructorDescriptionMarkovCheck(Graph graph, IndependenceTest independenceTest, MarkovCheck.ConditioningSetType setType) Constructor.