Package edu.cmu.tetrad.search.score
Interface DiscreteScore
- All Superinterfaces:
Score
- All Known Implementing Classes:
BdeScore
,BdeuScore
,DiscreteBicScore
Gives an interface that can be used by various discrete scores.
- Author:
- josephramsey
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setSamplePrior
(double samplePrior) void
setStructurePrior
(double structurePrior) Methods inherited from interface edu.cmu.tetrad.search.score.Score
append, determines, getMaxDegree, getSampleSize, getVariable, getVariables, isEffectEdge, localScore, localScore, localScore, localScoreDiff, localScoreDiff, toString
-
Method Details
-
setStructurePrior
void setStructurePrior(double structurePrior) -
setSamplePrior
void setSamplePrior(double samplePrior) -
getDataSet
DataSet getDataSet()
-