Uses of Interface
edu.cmu.tetrad.algcomparison.score.ScoreWrapper
Packages that use ScoreWrapper
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
Contains some classes that aren't ready for prime time.
-
Uses of ScoreWrapper in edu.cmu.tetrad.algcomparison.algorithm
Methods in edu.cmu.tetrad.algcomparison.algorithm with parameters of type ScoreWrapperModifier and TypeMethodDescriptionstatic Algorithm
AlgorithmFactory.create
(Class<? extends Algorithm> algoClass, IndependenceWrapper test, ScoreWrapper score) Creates an algorithm.static Algorithm
AlgorithmFactory.create
(Class<? extends Algorithm> algoClass, IndependenceWrapper test, ScoreWrapper score, Graph externalGraph) Creates an algorithm.void
MultiDataSetAlgorithm.setScoreWrapper
(ScoreWrapper score) Sets a score wrapper if not null. -
Uses of ScoreWrapper in edu.cmu.tetrad.algcomparison.algorithm.continuous.dag
Methods in edu.cmu.tetrad.algcomparison.algorithm.continuous.dag that return ScoreWrapperMethods in edu.cmu.tetrad.algcomparison.algorithm.continuous.dag with parameters of type ScoreWrapperModifier and TypeMethodDescriptionvoid
DirectLingam.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper.Constructors in edu.cmu.tetrad.algcomparison.algorithm.continuous.dag with parameters of type ScoreWrapper -
Uses of ScoreWrapper in edu.cmu.tetrad.algcomparison.algorithm.multi
Methods in edu.cmu.tetrad.algcomparison.algorithm.multi that return ScoreWrapperModifier and TypeMethodDescriptionFask.getScoreWrapper()
Returns the score wrapper.FaskVote.getScoreWrapper()
Returns the score wrapper.Images.getScoreWrapper()
Retrieves the score wrapper associated with this instance.ImagesBoss.getScoreWrapper()
Returns the score wrapper.Methods in edu.cmu.tetrad.algcomparison.algorithm.multi with parameters of type ScoreWrapperModifier and TypeMethodDescriptionvoid
Fask.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper.void
FaskConcatenated.setScoreWrapper
(ScoreWrapper score) Sets a score wrapper if not null.void
FaskLofsConcatenated.setScoreWrapper
(ScoreWrapper score) Sets a score wrapper if not null.void
FaskVote.setScoreWrapper
(ScoreWrapper score) Sets a score wrapper if not null.void
FciIod.setScoreWrapper
(ScoreWrapper score) Sets a score wrapper if not null.void
FgesConcatenated.setScoreWrapper
(ScoreWrapper score) Sets a score wrapper if not null.void
Images.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper associated with this instance.void
ImagesBoss.setScoreWrapper
(ScoreWrapper score) Sets a score wrapper if not null.Constructors in edu.cmu.tetrad.algcomparison.algorithm.multi with parameters of type ScoreWrapperModifierConstructorDescriptionFask
(IndependenceWrapper test, ScoreWrapper score) Constructor for Fask.FaskConcatenated
(ScoreWrapper score, IndependenceWrapper test) Constructor for FaskConcatenated.FaskVote
(IndependenceWrapper test, ScoreWrapper score) Constructor for FaskVote.FaskVote
(ScoreWrapper score) Constructor for FaskVote.FgesConcatenated
(ScoreWrapper score) Constructor for FgesConcatenated.FgesConcatenated
(ScoreWrapper score, boolean compareToTrue) Constructor for FgesConcatenated.FgesConcatenated
(ScoreWrapper score, Algorithm externalGraph) Constructor for FgesConcatenated.Images
(ScoreWrapper score) Constructor for Images.ImagesBoss
(ScoreWrapper score) Constructor for ImagesBoss. -
Uses of ScoreWrapper in edu.cmu.tetrad.algcomparison.algorithm.oracle.cpdag
Methods in edu.cmu.tetrad.algcomparison.algorithm.oracle.cpdag that return ScoreWrapperModifier and TypeMethodDescriptionBoss.getScoreWrapper()
Returns the score wrapper.BossLingam.getScoreWrapper()
Returns the score wrapper.Cstar.getScoreWrapper()
Returns the score wrapper.Fges.getScoreWrapper()
Returns the score wrapper.FgesMb.getScoreWrapper()
Returns the score wrapper.Grasp.getScoreWrapper()
Returns the score wrapper.RestrictedBoss.getScoreWrapper()
Returns the score wrapper.Sp.getScoreWrapper()
Returns the score wrapper.Methods in edu.cmu.tetrad.algcomparison.algorithm.oracle.cpdag with parameters of type ScoreWrapperModifier and TypeMethodDescriptionvoid
Boss.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper.void
BossLingam.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper.void
Cstar.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper.void
Fges.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper.void
FgesMb.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper.void
Grasp.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper.void
RestrictedBoss.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper.void
Sp.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper.Constructors in edu.cmu.tetrad.algcomparison.algorithm.oracle.cpdag with parameters of type ScoreWrapperModifierConstructorDescriptionBoss
(ScoreWrapper score) Constructs a new BOSS algorithm with the given score.BossLingam
(ScoreWrapper scoreWrapper) Constructs a new BOSS-LiNGAM algorithm with the given score.Cstar
(IndependenceWrapper test, ScoreWrapper score) Constructor for Cstar.Fges
(ScoreWrapper score) Constructor for Fges.FgesMb
(ScoreWrapper score) Constructor for FgesMb.FgesMeasurement
(ScoreWrapper score) Constructor for FgesMeasurement.Grasp
(IndependenceWrapper test, ScoreWrapper score) Constructor for Grasp.RestrictedBoss
(ScoreWrapper score) Constructor for RestrictedBoss.Sp
(ScoreWrapper score) Constructor for Sp. -
Uses of ScoreWrapper in edu.cmu.tetrad.algcomparison.algorithm.oracle.pag
Methods in edu.cmu.tetrad.algcomparison.algorithm.oracle.pag that return ScoreWrapperModifier and TypeMethodDescriptionBfci.getScoreWrapper()
Returns the score wrapper.Gfci.getScoreWrapper()
Returns the score wrapper.GraspFci.getScoreWrapper()
Returns the score wrapper.SpFci.getScoreWrapper()
Returns the score wrapper.SvarGfci.getScoreWrapper()
Returns the score wrapper.Methods in edu.cmu.tetrad.algcomparison.algorithm.oracle.pag with parameters of type ScoreWrapperModifier and TypeMethodDescriptionvoid
Bfci.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper.void
Gfci.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper.void
GraspFci.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper.void
SpFci.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper.void
SvarGfci.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper.Constructors in edu.cmu.tetrad.algcomparison.algorithm.oracle.pag with parameters of type ScoreWrapperModifierConstructorDescriptionBfci
(IndependenceWrapper test, ScoreWrapper score) Constructs a new BFCI algorithm using the given test and score.Gfci
(IndependenceWrapper test, ScoreWrapper score) Constructor for Gfci.GraspFci
(IndependenceWrapper test, ScoreWrapper score) Constructor for GraspFci.SpFci
(IndependenceWrapper test, ScoreWrapper score) Constructor for SpFci.SvarGfci
(IndependenceWrapper type, ScoreWrapper score) Constructor for SvarGfci. -
Uses of ScoreWrapper in edu.cmu.tetrad.algcomparison.score
Classes in edu.cmu.tetrad.algcomparison.score that implement ScoreWrapperModifier and TypeClassDescriptionclass
Wrapper for Fisher Z test.class
Wrapper for Fisher Z test.class
Wrapper for degenerate Gaussian BIC scoreclass
Wrapper for Discrete BIC test.class
Wrapper for linear, Gaussian Extended BIC score (Chen and Chen).class
Wrapper for Fisher Z test.class
Wrapper for linear, Gaussian Extended BIC score (Chen and Chen).class
Wrapper for linear, Gaussian SEM BIC score.class
Wrapper for Fisher Z test.class
Wrapper for MVP BIC Score.class
Wrapper for the Poisson prior score (Bryan)class
Wrapper for Fisher Z test.class
Wrapper for linear, Gaussian SEM BIC score.class
Wrapper for Fisher Z test.class
Wrapper for linear, Gaussian Extended BIC score (Chen and Chen). -
Uses of ScoreWrapper in edu.cmu.tetrad.algcomparison.utils
Methods in edu.cmu.tetrad.algcomparison.utils that return ScoreWrapperMethods in edu.cmu.tetrad.algcomparison.utils with parameters of type ScoreWrapperModifier and TypeMethodDescriptionvoid
UsesScoreWrapper.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper. -
Uses of ScoreWrapper in edu.cmu.tetrad.search
Constructors in edu.cmu.tetrad.search with parameters of type ScoreWrapperModifierConstructorDescriptionCstar
(IndependenceWrapper test, ScoreWrapper score, Parameters parameters) Constructor. -
Uses of ScoreWrapper in edu.cmu.tetrad.search.work_in_progress
Constructors in edu.cmu.tetrad.search.work_in_progress with parameters of type ScoreWrapperModifierConstructorDescriptionFaskVote
(List<DataSet> dataSets, ScoreWrapper score, IndependenceWrapper test) Constructor. -
Uses of ScoreWrapper in edu.pitt.dbmi.algo.resampling
Methods in edu.pitt.dbmi.algo.resampling with parameters of type ScoreWrapperModifier and TypeMethodDescriptionvoid
GeneralResamplingSearch.setScoreWrapper
(ScoreWrapper scoreWrapper) Sets the score wrapper to pass to multi-data set algorithms.void
GeneralResamplingTest.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper if not null. -
Uses of ScoreWrapper in edu.pitt.dbmi.algo.resampling.task
Methods in edu.pitt.dbmi.algo.resampling.task with parameters of type ScoreWrapperModifier and TypeMethodDescriptionvoid
GeneralResamplingSearchRunnable.setScoreWrapper
(ScoreWrapper scoreWrapper) Sets the score wrapper, for multi-data set algorithms.