Uses of Class
edu.cmu.tetrad.search.utils.SepsetMap
Packages that use SepsetMap
Package
Description
This package contains classes for causal graph search algorithms.
This package contains utility classes for causal graph search algorithms.
A package for algorithms that are not ready for prime time.
-
Uses of SepsetMap in edu.cmu.tetrad.graph
Methods in edu.cmu.tetrad.graph with parameters of type SepsetMapModifier and TypeMethodDescriptionvoidPaths.removeByPossibleDsep(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()Deprecated.Returns the map from nodes to their sepsets.Fas.getSepsets()Retrieves the separation set map that is used during the search process to store information about conditional independence tests.Fasd.getSepsets()Returns the map of node pairs to sepsets from the search.Fci.getSepsets()Returns the sepset map maintained by this instance of the FCI algorithm.FciMax.getSepsets()Deprecated.Retrieves the map from variable pairs to sepsets from the FAS search.IFas.getSepsets()Sepsets discovered during the search.Pcd.getSepsets()Getter for the fieldsepsets.Rfci.getSepsets()Returns the map from node pairs to sepsets found in search. -
Uses of SepsetMap in edu.cmu.tetrad.search.utils
Methods in edu.cmu.tetrad.search.utils that return SepsetMapModifier and TypeMethodDescriptionPossibleDsepFci.search()Performs pairwise comparisons of each variable in the graph with the variables that have not already been checked.static SepsetMapSepsetMap.serializableInstance()Generates a simple exemplar of this class to test serialization.Methods in edu.cmu.tetrad.search.utils with parameters of type SepsetMapModifier and TypeMethodDescriptionvoidAdds all entries in the given sepset map to the current one.static voidGraphSearchUtils.orientCollidersUsingSepsets(SepsetMap set, Knowledge knowledge, Graph graph, boolean verbose, boolean enforceCpdag) Step C of PC; orients colliders using specified sepset.voidR0R4StrategyTestBased.setSepsetMap(SepsetMap sepsetMap) Sets the SepsetMap used by the R0R4StrategyTestBased.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()Deprecated.Getter for the fieldsepset.static SepsetMapSepsetMapDci.serializableInstance()Generates a simple exemplar of this class to test serialization.