Package edu.cmu.tetrad.search.score
Interface DiscreteScore
- All Superinterfaces:
- Score
- All Known Implementing Classes:
- BdeScore,- BdeuScore,- DiscreteBicScore,- DiscreteBicScoreAdTree
Gives an interface that can be used by various discrete scores.
- Version:
- $Id: $Id
- Author:
- josephramsey
- 
Method SummaryModifier and TypeMethodDescriptionReturns the dataset.voidsetSamplePrior(double samplePrior) Sets the sample prior.voidsetStructurePrior(double structurePrior) Sets the structure prior.Methods inherited from interface edu.cmu.tetrad.search.score.Scoreappend, determines, getMaxDegree, getSampleSize, getVariable, getVariables, isEffectEdge, localScore, localScore, localScore, localScoreDiff, localScoreDiff, toString
- 
Method Details- 
setStructurePriorvoid setStructurePrior(double structurePrior) Sets the structure prior.- Parameters:
- structurePrior- Ibid.
 
- 
setSamplePriorvoid setSamplePrior(double samplePrior) Sets the sample prior.- Parameters:
- samplePrior- Ibid.
 
- 
getDataSetDataSet getDataSet()Returns the dataset.- Returns:
- Ibid.
 
 
-