Uses of Enum Class
edu.cmu.tetrad.search.utils.ResolveSepsets.Method
Packages that use ResolveSepsets.Method
Package
Description
Contains classes for running conditional independence tests for various sorts of data.
Contains some utility classes for search algorithms.
Contains some classes that aren't ready for prime time.
-
Uses of ResolveSepsets.Method in edu.cmu.tetrad.search.test
Constructors in edu.cmu.tetrad.search.test with parameters of type ResolveSepsets.MethodModifierConstructorDescriptionIndTestMulti
(List<IndependenceTest> independenceTests, ResolveSepsets.Method method) Constructs a new pooled independence test for the given data sets. -
Uses of ResolveSepsets.Method in edu.cmu.tetrad.search.utils
Methods in edu.cmu.tetrad.search.utils that return ResolveSepsets.MethodModifier and TypeMethodDescriptionstatic ResolveSepsets.Method
Returns the enum constant of this class with the specified name.static ResolveSepsets.Method[]
ResolveSepsets.Method.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.cmu.tetrad.search.utils with parameters of type ResolveSepsets.MethodModifier and TypeMethodDescriptionstatic boolean
ResolveSepsets.isIndependentPooled
(ResolveSepsets.Method method, List<IndependenceTest> independenceTests, Node x, Node y, Set<Node> condSet) Tests for independence using one of the pooled methods -
Uses of ResolveSepsets.Method in edu.cmu.tetrad.search.work_in_progress
Constructors in edu.cmu.tetrad.search.work_in_progress with parameters of type ResolveSepsets.MethodModifierConstructorDescriptionDci
(List<IndependenceTest> tests, ResolveSepsets.Method method) Constructor for Dci.FasDci
(Graph graph, IndependenceTest independenceTest, ResolveSepsets.Method method, List<Set<Node>> marginalVars, List<IndependenceTest> independenceTests, SepsetMapDci knownIndependencies, SepsetMapDci knownAssociations) Constructs a new FastAdjacencySearch for DCI with independence test pooling to resolve inconsistencies.