Uses of Interface
edu.cmu.tetrad.search.IGraphSearch
Packages that use IGraphSearch
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 IGraphSearch in edu.cmu.tetrad.search
Subinterfaces of IGraphSearch in edu.cmu.tetrad.searchModifier and TypeInterfaceDescriptioninterface
Gives an interface for fast adjacency searches (i.e., PC adjacency searches).Classes in edu.cmu.tetrad.search that implement IGraphSearchModifier and TypeClassDescriptionfinal class
Uses BOSS in place of FGES for the initial step in the GFCI algorithm.final class
Implemented the Cyclic Causal Discovery (CCD) algorithm by Thomas Richardson.final class
Adjusts FCI (see) to use conservative orientation as in CPC (see).final class
Implements a convervative version of PC, in which the Markov condition is assumed but faithfulness is tested locally.class
Implements the Fast Adjacency Search (FAS), which is the adjacency search of the PC algorithm (see).class
Adjusts FAS (see) for the deterministic case by refusing to removed edges based on conditional independence tests that are judged to be deterministic.final class
Implements 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 class
Implements the Fast Causal Inference (FCI) algorithm due to Peter Spirtes, which addressed the case where latent common causes cannot be assumed not to exist with respect to the data set being analyzed.final class
Modifies FCI to do orientation of unshielded colliders (X*-*Y*-*Z with X and Z not adjacent) using the max-P rule (see the PC-Max algorithm).final class
Implements the Fast Greedy Equivalence Search (FGES) algorithm.final class
Implements a modification of FCI that started by running the FGES algorithm and then fixes that result to be correct for latent variables models.final class
Uses GRaSP in place of FGES for the initial step in the GFCI algorithm.final class
LV-Dumb is a class that implements the IGraphSearch interface.final class
The LV-Lite algorithm (Latent Variable "Lite") algorithm implements a search algorithm for learning the structure of a graphical model from observational data with latent variables.class
Implements the Peter/Clark (PC) algorithm, which uses conditional independence testing as an oracle to first of all remove extraneous edges from a complete graph, then to orient the unshielded colliders in the graph, and finally to make any additional orientations that are capable of avoiding additional unshielded colliders in the graph.class
Modifies the PC algorithm to handle the deterministic case.final class
Searches for a CPDAG representing all the Markov blankets for a given target T consistent with the given independence information.final class
Implements 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 class
Uses SP in place of FGES for the initial step in the GFCI algorithm.class
Adapts FAS for the time series setting, assuming the data is generated by a SVAR (structural vector autoregression).final class
Adapts FCI for the time series setting, assuming the data is generated by a SVAR (structural vector autoregression).final class
Adapts FGES for the time series setting, assuming the data is generated by a SVAR (structural vector autoregression).final class
Represents a GFCI search algorithm for structure learning in causal discovery. -
Uses of IGraphSearch in edu.cmu.tetrad.search.utils
Classes in edu.cmu.tetrad.search.utils that implement IGraphSearchModifier and TypeClassDescriptionfinal class
This 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.final class
Provides some common implementation pieces of various PC-like algorithms, with options for collider discovery type, FAS type, and conflict rule. -
Uses of IGraphSearch in edu.cmu.tetrad.search.work_in_progress
Classes in edu.cmu.tetrad.search.work_in_progress that implement IGraphSearchModifier and TypeClassDescriptionclass
Implements the "fast adjacency search" used in several causal algorithm in this package.final class
Runs Fast Adjacency Search (FAS) and then orients each edge using the robust skew orientation algorithm.final class
Instance-specific GFci given in Fattaneh Jabbari's dissertation (Pages 144-147)final class
GesSearch is an implementation of the GES algorithm, as specified in Chickering (2002) "Optimal structure identification with greedy search" Journal of Machine Learning Research.class
Kernelized PC algorithm.class
Implements the MMHC algorithm.final class
Implements a conservative version of PC, in which the Markov condition is assumed but faithfulness is tested locally.final class
Implements a conservative version of PC, in which the Markov condition is assumed but faithfulness is tested locally.final class
Implements a convervative version of PC, in which the Markov condition is assumed but faithfulness is tested locally.final class
Implements a convervative version of PC, in which the Markov condition is assumed but faithfulness is tested locally.final class
Implements a convervative version of PC, in which the Markov condition is assumed but faithfulness is tested locally. -
Uses of IGraphSearch in edu.pitt.csb.mgm
Classes in edu.pitt.csb.mgm that implement IGraphSearchModifier and TypeClassDescriptionclass
Implementation of Lee and Hastie's (2012) pseudolikelihood method for learning Mixed Gaussian-Categorical Graphical Models Created by ajsedgewick on 7/15/15. -
Uses of IGraphSearch in edu.pitt.dbmi.algo.bayesian.constraint.search
Classes in edu.pitt.dbmi.algo.bayesian.constraint.search that implement IGraphSearchModifier and TypeClassDescriptionclass
Jan 29, 2023 4:10:52 PMclass
Dec 17, 2018 3:28:15 PM