View source: R/bnlearn_compat.R
BIC.dbn | R Documentation |
Generic method for calculating the Bayesian information criterion (BIC) of a
"dbn" S3 object given some data. Calls bnlearn's BIC
underneath.
## S3 method for class 'dbn'
BIC(object, ...)
object |
the structure of the network |
... |
additional parameters for the network scoring |
the BIC score of the network
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.