View source: R/bnlearn_compat.R
all.equal.dbn | R Documentation |
Generic method for checking the equality of two
"dbn" S3 objects. Calls bnlearn's all.equal
underneath.
## S3 method for class 'equal.dbn'
all(target, current, ...)
target |
"dbn" object |
current |
the other "dbn" object |
... |
additional parameters |
boolean result of the comparison
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.