View source: R/bnlearn_compat.R
score.dbn | R Documentation |
Generic method for computing the score of a "dbn" S3 object.
Calls bnlearn's score
underneath.
The nodes function is specifically coded to look for either the "bn"
or the "bn.fit" method inside bnlearn, so I have to cast the "dbn" class
into "bn" for it to work.
## S3 method for class 'dbn'
score(object, ...)
object |
a "dbn" object |
... |
additional parameters |
the score of the network
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.