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