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