View source: R/bnlearn_compat.R
BIC.dbn.fit | R Documentation |
Generic method for calculating the Bayesian information criterion (BIC) of a
"dbn.fit" S3 object given some data. Calls bnlearn's BIC
underneath.
## S3 method for class 'dbn.fit'
BIC(object, ...)
object |
the fitted 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.