Uses of Class
edu.cmu.tetrad.search.utils.SepsetMap
Packages that use SepsetMap
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
Contains some utility classes for search algorithms.
Contains some classes that aren't ready for prime time.
-
Uses of SepsetMap in edu.cmu.tetrad.graph
Methods in edu.cmu.tetrad.graph with parameters of type SepsetMapModifier and TypeMethodDescriptionvoid
Paths.removeByPossibleMsep
(IndependenceTest test, SepsetMap sepsets) Remove edges by the possible m-separation rule. -
Uses of SepsetMap in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return SepsetMapModifier and TypeMethodDescriptionCfci.getSepsets()
Returns the map from nodes to their sepsets.Cpc.getSepsets()
Returns a map for x _||_ y | z1,..,zn from {x, y} to {z1,...,zn}.Fas.getSepsets()
Returns the sepsets that were discovered in the search.Fasd.getSepsets()
Returns the map of node pairs to sepsets from the search.Fci.getSepsets()
Returns the sepset map from FAS.FciMax.getSepsets()
Retrieves the map from variable pairs to sepsets from the FAS search.IFas.getSepsets()
Returns the sepset map discovered during search--that is, the map from node pairs to the sepsets used in the search to remove the corresponding edges from the complete graph.Pc.getSepsets()
Returns the sepset map from the most recent search.Pcd.getSepsets()
Getter for the fieldsepsets
.Rfci.getSepsets()
Returns the map from node pairs to sepsets found in search.SvarFas.getSepsets()
Returns a map for x _||_ y | Z from {x, y} to Z.SvarFci.getSepsets()
Returns the map from node pairs to sepsets. -
Uses of SepsetMap in edu.cmu.tetrad.search.utils
Methods in edu.cmu.tetrad.search.utils that return SepsetMapModifier and TypeMethodDescriptionPossibleMsepFci.search()
Performs pairwise comparisons of each variable in the graph with the variables that have not already been checked.static SepsetMap
SepsetMap.serializableInstance()
Generates a simple exemplar of this class to test serialization.Methods in edu.cmu.tetrad.search.utils with parameters of type SepsetMapModifier and TypeMethodDescriptionvoid
Adds all entries in the given sepset map to the current one.static void
GraphSearchUtils.orientCollidersUsingSepsets
(SepsetMap set, Knowledge knowledge, Graph graph, boolean verbose, boolean enforceCpdag) Step C of PC; orients colliders using specified sepset.Constructors in edu.cmu.tetrad.search.utils with parameters of type SepsetMapModifierConstructorDescriptionCopy constructor.SepsetsSet
(SepsetMap sepsets, IndependenceTest test) Constructor for SepsetsSet. -
Uses of SepsetMap in edu.cmu.tetrad.search.work_in_progress
Methods in edu.cmu.tetrad.search.work_in_progress that return SepsetMapModifier and TypeMethodDescriptionKpc.getSepset()
Getter for the fieldsepset
.FasFdr.getSepsets()
Returns a map for x _||_ y | z1,...,zn of {x, y} to {z1,...,zn},static SepsetMap
SepsetMapDci.serializableInstance()
Generates a simple exemplar of this class to test serialization.