Uses of Interface
edu.cmu.tetrad.search.IGraphSearch
Packages that use IGraphSearch
Package
Description
This package contains classes for causal graph search algorithms.
This package contains classes for testing 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 IGraphSearch in edu.cmu.tetrad.search
Subinterfaces of IGraphSearch in edu.cmu.tetrad.searchModifier and TypeInterfaceDescriptioninterfaceThe IFas interface represents a framework for performing fast adjacency search in graph structures.Classes in edu.cmu.tetrad.search that implement IGraphSearchModifier and TypeClassDescriptionfinal classUses BOSS in the *-FCI algorithm.final classBOSS-POD is a class that implements the IGraphSearch interface.final classCyclic Causal Discovery (CCD) after Richardson.final classTheCdnodclass implements the causal discovery algorithm for detecting changing dependencies with respect to a change index variable in a dataset.final classDeprecated.classThe Detect-Mimic-PC (DM-PC) algorithm.classImplements the Fast Adjacency Search (FAS), which is the adjacency search of the PC algorithm (see).classAdjusts FAS (see) for the deterministic case by refusing to removed edges based on conditional independence tests that are judged to be deterministic.final classImplements the FASK (Fast Adjacency Skewness) algorithm, which makes decisions for adjacency and orientation using a combination of conditional independence testing, judgments of nonlinear adjacency, and pairwise orientation due to non-Gaussianity.final classThe Fci class implements the Fast Causal Inference (FCI) algorithm for discovering causal structures from data.final classDeprecated.final classThe FCI Targeted Testing (FCIT) algorithm implements a search algorithm for learning the structure of a graphical model from observational data with latent variables.classImplements the Fast Greedy Equivalence Search (FGES) algorithm.final classUses FGES for the initial step of *-FCI.class*-FCI implements a template modification of GFCI that starts with a given Markov CPDAG and then fixes that result to be correct for latent variables models.final classUses GRaSP in the *-FCI algorithm.classInstance-Specific FGES: overrides just the bump computations to use ISScore, while the FGES base still runs the rest of the algorithm (caching, Meek, BES).final classImplements instance-specific FGES-FCI, following the idea introduced by Fattaneh Jabbari in her dissertation (pp.classPc (Unified "Classic PC")classModifies the PC algorithm to handle the deterministic case.final classSearches for a CPDAG representing all the Markov blankets for a given target T consistent with the given independence information.final classPCMCI (Runge et al.) — minimal, time-series implementation with lagged edges only (τ≥1).final classImplements the Really Fast Causal Inference (RFCI) algorithm, which aims to do a correct inference of inferrable causal structure under the assumption that unmeasured common causes of variables in the data may exist.final classUses SP in place of FGES for the initial step in the *-FCI algorithm.class*-FCI implements a template modification of GFCI that starts with a given Markov CPDAG and then fixes that result to be correct for latent variables models. -
Uses of IGraphSearch in edu.cmu.tetrad.search.test
Methods in edu.cmu.tetrad.search.test with parameters of type IGraphSearchModifier and TypeMethodDescriptionstatic GraphIndTestFdrWrapper.doFdrLoop(IGraphSearch search, boolean negativelyCorrelated, double alpha, double fdrQ, boolean verbose) Executes a loop for controlling the false discovery rate (FDR) as part of a graph search process. -
Uses of IGraphSearch in edu.cmu.tetrad.search.utils
Classes in edu.cmu.tetrad.search.utils that implement IGraphSearchModifier and TypeClassDescriptionfinal classThis Orients a given undirected graph such that the edges in the graph are a superset of the edges in the oriented graph, using FGES method. -
Uses of IGraphSearch in edu.cmu.tetrad.search.work_in_progress
Classes in edu.cmu.tetrad.search.work_in_progress that implement IGraphSearchModifier and TypeClassDescriptionfinal classRuns Fast Adjacency Search (FAS) and then orients each edge using the robust skew orientation algorithm.classDeprecated.classImplements the MMHC algorithm.final classImplements a conservative version of PC, in which the Markov condition is assumed but faithfulness is tested locally.final classImplements a conservative version of PC, in which the Markov condition is assumed but faithfulness is tested locally.final classImplements a convervative version of PC, in which the Markov condition is assumed but faithfulness is tested locally.final classImplements a convervative version of PC, in which the Markov condition is assumed but faithfulness is tested locally.final classImplements a convervative version of PC, in which the Markov condition is assumed but faithfulness is tested locally. -
Uses of IGraphSearch in edu.pitt.dbmi.algo.bayesian.constraint.search
Classes in edu.pitt.dbmi.algo.bayesian.constraint.search that implement IGraphSearchModifier and TypeClassDescriptionclassJan 29, 2023 4:10:52 PMclassDec 17, 2018 3:28:15 PM