Uses of Interface
edu.cmu.tetrad.search.utils.SepsetProducer
Packages that use SepsetProducer
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
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. -
Uses of SepsetProducer in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search with parameters of type SepsetProducerModifier and TypeMethodDescriptionvoid
GraspFci.modifiedR0
(Graph fgesGraph, SepsetProducer sepsets) -
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 dsep 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.