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 ScoreWrapperModifier and TypeMethodDescriptionDirectLingam.getScoreWrapper()
Retrieves the ScoreWrapper object associated with this DirectLingam instance.Fask.getScoreWrapper()
Retrieves the ScoreWrapper object associated with this class.FaskOrig.getScoreWrapper()
Retrieves the ScoreWrapper object associated with this class.Methods in edu.cmu.tetrad.algcomparison.algorithm.continuous.dag with parameters of type ScoreWrapperModifier and TypeMethodDescriptionvoid
DirectLingam.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper for this DirectLingam instance.void
Fask.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper for the object.void
FaskOrig.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper for the object.Constructors in edu.cmu.tetrad.algcomparison.algorithm.continuous.dag with parameters of type ScoreWrapperModifierConstructorDescriptionDirectLingam
(ScoreWrapper score) Constructor for DirectLingam.Fask
(ScoreWrapper score) Constructs a new Fask object with the given ScoreWrapper.FaskOrig
(IndependenceWrapper test, ScoreWrapper score) Constructor for Fask. -
Uses of ScoreWrapper in edu.cmu.tetrad.algcomparison.algorithm.multi
Methods in edu.cmu.tetrad.algcomparison.algorithm.multi that return ScoreWrapperModifier and TypeMethodDescriptionFaskVote.getScoreWrapper()
Returns the score wrapper.Images.getScoreWrapper()
Retrieves the score wrapper object.ImagesBoss.getScoreWrapper()
Returns the score wrapper.Methods in edu.cmu.tetrad.algcomparison.algorithm.multi with parameters of type ScoreWrapperModifier and TypeMethodDescriptionvoid
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 for the algorithm.void
ImagesBoss.setScoreWrapper
(ScoreWrapper score) Sets a score wrapper if not null.Constructors in edu.cmu.tetrad.algcomparison.algorithm.multi with parameters of type ScoreWrapperModifierConstructorDescriptionFaskConcatenated
(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()
Retrieves the ScoreWrapper associated with this algorithm.BossDumb.getScoreWrapper()
Retrieves the ScoreWrapper object associated with this method.BossPag.getScoreWrapper()
Retrieves the ScoreWrapper object associated with this method.Gfci.getScoreWrapper()
Retrieves the ScoreWrapper associated with this instance.GraspFci.getScoreWrapper()
Retrieves the ScoreWrapper object associated with this method.LvLite.getScoreWrapper()
Retrieves the ScoreWrapper object associated with this method.SpFci.getScoreWrapper()
Retrieves the ScoreWrapper object associated with this algorithm.SvarGfci.getScoreWrapper()
Retrieves the ScoreWrapper object associated with this algorithm.Methods in edu.cmu.tetrad.algcomparison.algorithm.oracle.pag with parameters of type ScoreWrapperModifier and TypeMethodDescriptionvoid
Bfci.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper for this algorithm.void
BossDumb.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper for the algorithm.void
BossPag.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper for the algorithm.void
Gfci.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper for the algorithm.void
GraspFci.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper for the algorithm.void
LvLite.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper for the algorithm.void
SpFci.setScoreWrapper
(ScoreWrapper score) Sets the ScoreWrapper object for the algorithm.void
SvarGfci.setScoreWrapper
(ScoreWrapper score) Sets the score wrapper for the algorithm.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.BossDumb
(ScoreWrapper score) LV-Lite is a class that represents a LV-Lite algorithm.BossPag
(ScoreWrapper score) LV-Lite is a class that represents a LV-Lite algorithm.Gfci
(IndependenceWrapper test, ScoreWrapper score) Constructs a new instance of Gfci with the given IndependenceWrapper and ScoreWrapper.GraspFci
(IndependenceWrapper test, ScoreWrapper score) Constructor for GraspFci.LvLite
(IndependenceWrapper test, ScoreWrapper score) LV-Lite is a class that represents a LV-Lite algorithm.SpFci
(IndependenceWrapper test, ScoreWrapper score) Constructor for the SpFci class.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 Basis Function BIC Score (Basis-BIC).class
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
The GicScores class is an implementation of the ScoreWrapper interface that calculates the Generalized Information Criterion (GIC) scores for a given data model.class
Wrapper for degenerate Gaussian BIC scoreclass
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
SemBicScoreDeterministic is a class that implements the ScoreWrapper interface.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.