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.search.utils
Classes in edu.cmu.tetrad.search.utils that implement SepsetProducerModifier and TypeClassDescriptionclassDetermines sepsets, collider, and noncolliders by examining d-separation facts in a DAG.classProvides a SepsetProducer 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.classProvides a SepsetProducer 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.classThe class SepsetsMaxP implements the SepsetProducer interface and provides methods for generating sepsets based on a given graph and an independence test.classThe SepsetsMinP class is a concrete implementation of the SepsetProducer interface.classProvides a sepset producer using conditional independence tests to generate the Sepset map, for the case where possible dsep sets are required.classProvides a sepset producer using conditional independence tests to generate the Sepset map.