Uses of Interface
edu.cmu.tetrad.search.score.Score
Packages that use Score
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
Contains classes for various sorts of scores for running score-based algorithms.
Contains classes for running conditional independence tests for various sorts of data.
Contains some utility classes for search algorithms.
Contains some classes that aren't ready for prime time.
-
Uses of Score in edu.cmu.tetrad.algcomparison.score
Methods in edu.cmu.tetrad.algcomparison.score that return ScoreModifier and TypeMethodDescriptionBdeuScore.getScore
(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.ConditionalGaussianBicScore.getScore
(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.DegenerateGaussianBicScore.getScore
(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.DiscreteBicScore.getScore
(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.EbicScore.getScore
(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.FisherZScore.getScore
(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.GicScores.getScore
(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.MagSemBicScore.getScore
(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.MSeparationScore.getScore
(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.MVPBicScore.getScore
(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.PoissonPriorScore.getScore
(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.PositiveCorrScore.getScore
(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.ScoreWrapper.getScore
(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.SemBicScore.getScore
(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.SemBicScoreDeterministic.getScore
(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.ZhangShenBoundScore.getScore
(DataModel dataSet, Parameters parameters) Calculates the score based on the given data set and parameters. -
Uses of Score in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return ScoreModifier and TypeMethodDescriptionBoss.getScore()
Returns the score being used for the search.Sp.getScore()
Retrieves the score associated with this object.SuborderSearch.getScore()
The score being used.Constructors in edu.cmu.tetrad.search with parameters of type ScoreModifierConstructorDescriptionBFci
(IndependenceTest test, Score score) Constructor.This algorithm will work with an arbitrary BIC score.DirectLingam
(DataSet dataset, Score score) Constructor.Fask
(DataSet dataSet, Score score, IndependenceTest test) Constructor.Constructor.Constructor.GFci
(IndependenceTest test, Score score) Constructs a new GFci algorithm with the given independence test and score.Grasp
(@NotNull IndependenceTest test, Score score) Constructor that takes both a test and a score; only one is used-- the parameter setting will decide which.Constructor for a score.GraspFci
(IndependenceTest test, Score score) Constructs a new GraspFci object.LvLite constructor.This algorithm will work with an arbitrary score.SpFci
(IndependenceTest test, Score score) Constructor; requires by ta test and a score, over the same variables.Construct a Score and pass it in here.SvarGfci
(IndependenceTest test, Score score) Constructs a new GFCI search for the given independence test and background knowledge. -
Uses of Score in edu.cmu.tetrad.search.score
Subinterfaces of Score in edu.cmu.tetrad.search.scoreModifier and TypeInterfaceDescriptioninterface
Gives an interface that can be used by various discrete scores.Classes in edu.cmu.tetrad.search.score that implement ScoreModifier and TypeClassDescriptionclass
Calculates the BDe score (Bayes Dirichlet Equivalent) score for analyzing discrete multinomial data.class
Calculates the BDeu score, which the BDe (Bayes Dirichlet Equivalent) score with uniform priors.class
Implements a conditional Gaussian BIC score for FGS, which calculates a BIC score for mixed discrete/Gaussian data using the conditional Gaussian likelihood function (see).class
=This implements the degenerate Gaussian BIC score for FGES.class
Calculates the discrete BIC score.class
Implements the extended BIC (EBIC) score.class
Implements scores motivated by the Generalized Information Criterion (GIC) approach as given in Kim et al.class
Implements a pscudo-"score" that implmenets implements Chickering and Meek's (2002) locally consistent score criterion.class
Implements a score to average results over multiple scores.class
Gives a method of interpreting a test as a score.class
Implements a mixed variable polynomial BIC score.class
Implements Poisson prior score, a novel (unpubished) score that replaces the penalty term in BIC by the log of the Poisson distribution.class
Implements the linear, Gaussian BIC score, with a 'penalty discount' multiplier on the BIC penalty.class
Implements an unpublished score based on a risk bound due to Zhang and Shen.Constructor parameters in edu.cmu.tetrad.search.score with type arguments of type ScoreModifierConstructorDescriptionImagesScore
(List<Score> scores) Constructs an IMaGES score using the given list of individual scores. -
Uses of Score in edu.cmu.tetrad.search.test
Methods in edu.cmu.tetrad.search.test that return ScoreModifier and TypeMethodDescriptionScoreIndTest.getWrappedScore()
Returns the score object that this test wraps.Constructors in edu.cmu.tetrad.search.test with parameters of type ScoreModifierConstructorDescriptionScoreIndTest
(Score score) Constructor for ScoreIndTest.ScoreIndTest
(Score score, DataModel data) Constructor for ScoreIndTest. -
Uses of Score in edu.cmu.tetrad.search.utils
Subinterfaces of Score in edu.cmu.tetrad.search.utilsModifier and TypeInterfaceDescriptioninterface
Provides an interface for an algorithm can can get/set a value for penalty disoucnt.Methods in edu.cmu.tetrad.search.utils with parameters of type ScoreModifier and TypeMethodDescriptionstatic void
LogUtilsSearch.stampWithScore
(Graph graph, Score score) stampWithScore.Constructors in edu.cmu.tetrad.search.utils with parameters of type ScoreModifierConstructorDescriptionConstructs the search.BesPermutation
(@NotNull Score score) Constructor.Constructor for GrowShrinkTree.TeyssierScorer
(IndependenceTest test, Score score) Constructor that takes both a test or a score. -
Uses of Score in edu.cmu.tetrad.search.work_in_progress
Classes in edu.cmu.tetrad.search.work_in_progress that implement ScoreModifier and TypeClassDescriptionclass
Gives a BIC score for a linear, Gaussian MAG (Mixed Ancestral Graph).class
Implements a mixed variable polynomial BIC score for fGES.class
Implements the continuous BIC score for FGES.Constructors in edu.cmu.tetrad.search.work_in_progress with parameters of type ScoreModifierConstructorDescriptionGraspTol
(@NotNull IndependenceTest test, Score score) Constructor for GraspTol.Constructor for GraspTol.