Uses of Class
edu.cmu.tetrad.search.SepsetMapDci
Packages that use SepsetMapDci
-
Uses of SepsetMapDci in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return SepsetMapDciModifier and TypeMethodDescriptionstatic SepsetMapDci
ResolveSepsets.resolveSepsets
(List<SepsetMapDci> sepsets, List<IndependenceTest> independenceTests, ResolveSepsets.Method method, SepsetMapDci resolvedIndependent, SepsetMapDci resolvedDependent) Resolves all inconsistencies between sepsets using a paricular method.FasDci.search()
Discovers all adjacencies in data.Methods in edu.cmu.tetrad.search that return types with arguments of type SepsetMapDciMethods in edu.cmu.tetrad.search with parameters of type SepsetMapDciModifier and TypeMethodDescriptionstatic SepsetMapDci
ResolveSepsets.resolveSepsets
(List<SepsetMapDci> sepsets, List<IndependenceTest> independenceTests, ResolveSepsets.Method method, SepsetMapDci resolvedIndependent, SepsetMapDci resolvedDependent) Resolves all inconsistencies between sepsets using a paricular method.Method parameters in edu.cmu.tetrad.search with type arguments of type SepsetMapDciModifier and TypeMethodDescriptionstatic SepsetMapDci
ResolveSepsets.resolveSepsets
(List<SepsetMapDci> sepsets, List<IndependenceTest> independenceTests, ResolveSepsets.Method method, SepsetMapDci resolvedIndependent, SepsetMapDci resolvedDependent) Resolves all inconsistencies between sepsets using a paricular method.Constructors in edu.cmu.tetrad.search with parameters of type SepsetMapDciModifierConstructorDescriptionFasDci
(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.IndTestSepset
(SepsetMapDci sepset, List<Node> nodes) Constructs a new independence test that returns d-separation facts for the given graph as independence results.SepsetMapDci
(SepsetMapDci map)