Uses of Interface
edu.cmu.tetrad.algcomparison.utils.UsesScoreWrapper
Packages that use UsesScoreWrapper
Package
Description
-
Uses of UsesScoreWrapper in edu.cmu.tetrad.algcomparison.algorithm.continuous.dag
Classes in edu.cmu.tetrad.algcomparison.algorithm.continuous.dag that implement UsesScoreWrapperModifier and TypeClassDescriptionclass
Direct LiNGAM.class
Wraps the IMaGES algorithm for continuous variables. -
Uses of UsesScoreWrapper in edu.cmu.tetrad.algcomparison.algorithm.multi
Classes in edu.cmu.tetrad.algcomparison.algorithm.multi that implement UsesScoreWrapperModifier and TypeClassDescriptionclass
Wraps the MultiFask algorithm for continuous variables.class
Wraps the IMaGES algorithm for continuous variables.class
Wraps the IMaGES algorithm for continuous variables. -
Uses of UsesScoreWrapper in edu.cmu.tetrad.algcomparison.algorithm.oracle.cpdag
Classes in edu.cmu.tetrad.algcomparison.algorithm.oracle.cpdag that implement UsesScoreWrapperModifier and TypeClassDescriptionclass
BOSS (Best Order Score Search)class
BOSS-LiNGAM algorithm.class
Cstar class.class
FGES (the heuristic version).class
FGES-MB (the heuristic version).class
GRaSP (Greedy Relaxations of Sparsest Permutation)class
BOSS-DC (Best Order Score Search Divide and Conquer)class
SP (Sparsest Permutation) -
Uses of UsesScoreWrapper in edu.cmu.tetrad.algcomparison.algorithm.oracle.pag
Classes in edu.cmu.tetrad.algcomparison.algorithm.oracle.pag that implement UsesScoreWrapperModifier and TypeClassDescriptionclass
Adjusts GFCI to use a permutation algorithm (such as BOSS-Tuck) to do the initial steps of finding adjacencies and unshielded colliders.class
The Gfci class represents the Greedy Fast Causal Inference algorithm.class
Adjusts GFCI to use a permutation algorithm (such as BOSS-Tuck) to do the initial steps of finding adjacencies and unshielded colliders.class
This class represents the LV-Lite algorithm, which is an implementation of the LV algorithm for learning causal structures from observational data.class
Adjusts GFCI to use a permutation algorithm (in this case SP) to do the initial steps of finding adjacencies and unshielded colliders.class
SvarGfci class is an implementation of the SVAR GFCI algorithm.