View source: R/bnlearn_compat.R
all.equal.dbn.fit | R Documentation |
Generic method for checking the equality of two
"dbn.fit" S3 objects. Calls bnlearn's all.equal
underneath.
## S3 method for class 'equal.dbn.fit'
all(target, current, ...)
target |
"dbn.fit" object |
current |
the other "dbn.fit" 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.