This function calculates the mml score of a polytree. It searches through the space of all possible polytrees using mml_cpt as the objective function.
1 | mml_pt(mmlCPTCach, mbptsList, target, learnedMB)
|
mmlCPTCach |
A matrix of pre-calculated mml score of each node in a mb given its possible parents. This is done using the mml_cpt_cach() function. |
mbptsList |
A list of all possible mbpts from mb size 0 up to 7. |
target |
A taregt node. |
learnedMB |
The learned mb of the target node. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.