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