Uses of Interface
edu.cmu.tetrad.search.utils.SepsetProducer
Packages that use SepsetProducer
Package
Description
Contains some utility classes for search algorithms.
-
Uses of SepsetProducer in edu.cmu.tetrad.graph
Methods in edu.cmu.tetrad.graph with parameters of type SepsetProducerModifier and TypeMethodDescriptionstatic void
GraphUtils.gfciExtraEdgeRemovalStep
(Graph graph, Graph referenceCpdag, List<Node> nodes, SepsetProducer sepsets) The extra edge removal step for GFCI.static void
GraphUtils.gfciR0
(Graph graph, Graph referenceCpdag, SepsetProducer sepsets, Knowledge knowledge) -
Uses of SepsetProducer in edu.cmu.tetrad.search.utils
Classes in edu.cmu.tetrad.search.utils that implement SepsetProducerModifier and TypeClassDescriptionclass
Determines sepsets, collider, and noncolliders by examining d-separation facts in a DAG.class
Provides a SepsetProcuder that selects the first sepset it comes to from among the extra sepsets or the adjacents of i or k, or null if none is found.class
Provides a SepsetProcuder that selects the first sepset it comes to from among the extra sepsets or the adjacents of i or k, or null if none is found.class
Provides a sepset producer using conditional independence tests to generate the Sepset map, for the case where possible msep sets are required.class
Provides a sepset producer using conditional independence tests to generate the Sepset map.Methods in edu.cmu.tetrad.search.utils that return SepsetProducerModifier and TypeMethodDescriptionFciOrient.getSepsets()
Returns the map from {x,y} to {z1,...,zn} for x _||_ y | z1,..,zn.SvarFciOrient.getSepsets()
Constructors in edu.cmu.tetrad.search.utils with parameters of type SepsetProducerModifierConstructorDescriptionFciOrient
(SepsetProducer sepsets) Constructs a new FCI search for the given independence test and background knowledge.SvarFciOrient
(SepsetProducer sepsets, IndependenceTest independenceTest) Constructs a new FCI search for the given independence test and background knowledge.