degree.dbn.fit {dbnR} | R Documentation |
Calculates the degree of a list of nodes
Description
#' Generic method for calculating the degree of a list of nodes in a
"dbn.fit" S3 object. Calls bnlearn's degree
underneath.
Usage
## S3 method for class 'dbn.fit'
degree(object, Nodes, ...)
Arguments
object |
a "dbn" object |
Nodes |
which nodes to check |
... |
additional parameters |
Value
the degree of the nodes
[Package dbnR version 0.7.9 Index]