Uses of Class
edu.cmu.tetrad.search.score.SemBicScore
Packages that use SemBicScore
Package
Description
This package contains classes for scoring causal graph models.
-
Uses of SemBicScore in edu.cmu.tetrad.search.score
Methods in edu.cmu.tetrad.search.score that return SemBicScoreModifier and TypeMethodDescriptionInstanceAugmentedSemBicScore.getBase()Retrieves the baseSemBicScoreassociated with this instance.Returns a SEM BIC score for the given subset of variables.Constructors in edu.cmu.tetrad.search.score with parameters of type SemBicScoreModifierConstructorDescriptionInstanceAugmentedSemBicScore(SemBicScore base, double[] instanceRowCentered) Constructs an `InstanceAugmentedSemBicScore` object using a base `SemBicScore` and a centered row of instance data.InstanceAugmentedSemBicScore(SemBicScore base, double[] instanceRowRaw, double[] populationMeans) Constructs an `InstanceAugmentedSemBicScore` object using a base `SemBicScore`, a raw row of instance data, and the population mean values.