This function calculates the mml score of a dag. The mml score of a dag is the sum of the mml score of a node given its parents in the dag.
1 | mml_dag_fast(adjmtx, mmlCPTCach)
|
adjmtx |
The adjacency matrix of a given dag. |
mmlCPTCach |
The pre-calculated mml score of a node given its potential parents. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.