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 AlgorithmAlgorithmFactory.create(Class<? extends Algorithm> algoClass, IndependenceWrapper test, ScoreWrapper score) Creates an algorithm.static AlgorithmAlgorithmFactory.create(Class<? extends Algorithm> algoClass, IndependenceWrapper test, ScoreWrapper score, Graph externalGraph) Creates an algorithm.voidMultiDataSetAlgorithm.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 ScoreWrapperConstructors 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()FaskVote.getScoreWrapper()Images.getScoreWrapper()Methods in edu.cmu.tetrad.algcomparison.algorithm.multi with parameters of type ScoreWrapperModifier and TypeMethodDescriptionvoidFask.setScoreWrapper(ScoreWrapper score) voidFaskConcatenated.setScoreWrapper(ScoreWrapper score) voidFaskLofsConcatenated.setScoreWrapper(ScoreWrapper score) voidFaskVote.setScoreWrapper(ScoreWrapper score) voidFciIod.setScoreWrapper(ScoreWrapper score) voidFgesConcatenated.setScoreWrapper(ScoreWrapper score) voidImages.setScoreWrapper(ScoreWrapper score) Constructors in edu.cmu.tetrad.algcomparison.algorithm.multi with parameters of type ScoreWrapperModifierConstructorDescriptionFask(IndependenceWrapper test, ScoreWrapper score) FaskConcatenated(ScoreWrapper score, IndependenceWrapper test) FaskVote(IndependenceWrapper test, ScoreWrapper score) FaskVote(ScoreWrapper score) FgesConcatenated(ScoreWrapper score) FgesConcatenated(ScoreWrapper score, boolean compareToTrue) FgesConcatenated(ScoreWrapper score, Algorithm externalGraph) Images(ScoreWrapper score) -
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()Fges.getScoreWrapper()FgesMb.getScoreWrapper()Grasp.getScoreWrapper()PcLingam.getScoreWrapper()RestrictedBoss.getScoreWrapper()Sp.getScoreWrapper()Methods in edu.cmu.tetrad.algcomparison.algorithm.oracle.cpdag with parameters of type ScoreWrapperModifier and TypeMethodDescriptionvoidBoss.setScoreWrapper(ScoreWrapper score) voidFges.setScoreWrapper(ScoreWrapper score) voidFgesMb.setScoreWrapper(ScoreWrapper score) voidGrasp.setScoreWrapper(ScoreWrapper score) voidPcLingam.setScoreWrapper(ScoreWrapper score) voidRestrictedBoss.setScoreWrapper(ScoreWrapper score) voidSp.setScoreWrapper(ScoreWrapper score) Constructors in edu.cmu.tetrad.algcomparison.algorithm.oracle.cpdag with parameters of type ScoreWrapperModifierConstructorDescriptionBoss(ScoreWrapper score) Fges(ScoreWrapper score) FgesMb(ScoreWrapper score) FgesMeasurement(ScoreWrapper score) Grasp(IndependenceWrapper test, ScoreWrapper score) PcLingam(ScoreWrapper scoreWrapper) RestrictedBoss(ScoreWrapper score) Sp(ScoreWrapper score) -
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()Gfci.getScoreWrapper()GraspFci.getScoreWrapper()SpFci.getScoreWrapper()SvarGfci.getScoreWrapper()Methods in edu.cmu.tetrad.algcomparison.algorithm.oracle.pag with parameters of type ScoreWrapperModifier and TypeMethodDescriptionvoidBfci.setScoreWrapper(ScoreWrapper score) voidGfci.setScoreWrapper(ScoreWrapper score) voidGraspFci.setScoreWrapper(ScoreWrapper score) voidSpFci.setScoreWrapper(ScoreWrapper score) voidSvarGfci.setScoreWrapper(ScoreWrapper score) Constructors in edu.cmu.tetrad.algcomparison.algorithm.oracle.pag with parameters of type ScoreWrapperModifierConstructorDescriptionBfci(IndependenceWrapper test, ScoreWrapper score) Gfci(IndependenceWrapper test, ScoreWrapper score) GraspFci(IndependenceWrapper test, ScoreWrapper score) SpFci(IndependenceWrapper test, ScoreWrapper score) SvarGfci(IndependenceWrapper type, ScoreWrapper score) -
Uses of ScoreWrapper in edu.cmu.tetrad.algcomparison.algorithm.oracle.pattern
Methods in edu.cmu.tetrad.algcomparison.algorithm.oracle.pattern that return ScoreWrapperMethods in edu.cmu.tetrad.algcomparison.algorithm.oracle.pattern with parameters of type ScoreWrapperConstructors in edu.cmu.tetrad.algcomparison.algorithm.oracle.pattern with parameters of type ScoreWrapper -
Uses of ScoreWrapper in edu.cmu.tetrad.algcomparison.score
Classes in edu.cmu.tetrad.algcomparison.score that implement ScoreWrapperModifier and TypeClassDescriptionclassWrapper for Fisher Z test.classclassWrapper for Fisher Z test.classWrapper for degenerate Gaussian BIC scoreclassWrapper for Discrete BIC test.classWrapper for linear, Gaussian Extended BIC score (Chen and Chen).classWrapper for Fisher Z test.classWrapper for linear, Gaussian Extended BIC score (Chen and Chen).classWrapper for linear, Gaussian SEM BIC score.classWrapper for Fisher Z test.classWrapper for MVP BIC Score.classWrapper for the Poisson prior score (Bryan)classWrapper for Fisher Z test.classWrapper for linear, Gaussian SEM BIC score.classWrapper for Fisher Z test.classWrapper 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 ScoreWrapper -
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 TypeMethodDescriptionvoidGeneralResamplingSearch.setScoreWrapper(ScoreWrapper scoreWrapper) voidGeneralResamplingTest.setScoreWrapper(ScoreWrapper scoreWrapper) -
Uses of ScoreWrapper in edu.pitt.dbmi.algo.resampling.task
Methods in edu.pitt.dbmi.algo.resampling.task with parameters of type ScoreWrapperModifier and TypeMethodDescriptionvoidGeneralResamplingSearchRunnable.setScoreWrapper(ScoreWrapper scoreWrapper)