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