View source: R/bnlearn_compat.R
degree.dbn.fit | R Documentation |
#' Generic method for calculating the degree of a list of nodes in a
"dbn.fit" S3 object. Calls bnlearn's degree
underneath.
## S3 method for class 'dbn.fit'
degree(object, Nodes, ...)
object |
a "dbn" object |
Nodes |
which nodes to check |
... |
additional parameters |
the degree of the nodes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.