Package edu.cmu.tetrad.search.score
Class SemBicScorer
java.lang.Object
edu.cmu.tetrad.search.score.SemBicScorer
Scores an entire DAG using the SemBicScore.
- Author:
 - josephramsey
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic doubleScores the given DAG using the given data model, usimg a BIC score.static doubleScores the given DAG using the given data model, usimg a BIC score. 
- 
Constructor Details
- 
SemBicScorer
public SemBicScorer() 
 - 
 - 
Method Details
- 
scoreDag
Scores the given DAG using the given data model, usimg a BIC score.- Parameters:
 dag- The DAG.data- a continuous dataset or a covariance matrix.- Returns:
 - The BIC score of the DAG.
 
 - 
scoreDag
public static double scoreDag(Graph dag, DataModel data, double penaltyDiscount, boolean precomputeCovariances) Scores the given DAG using the given data model, usimg a BIC score.- Parameters:
 dag- The DAG.data- a continuous dataset or a covariance matrix.penaltyDiscount- The penalty discount.- Returns:
 - The BIC score of the DAG.
 
 
 -