all.equal.dbn {dbnR} | R Documentation |
Check if two network structures are equal to each other
Description
Generic method for checking the equality of two
"dbn" S3 objects. Calls bnlearn's all.equal
underneath.
Usage
## S3 method for class 'equal.dbn'
all(target, current, ...)
Arguments
target |
"dbn" object |
current |
the other "dbn" object |
... |
additional parameters |
Value
boolean result of the comparison
[Package dbnR version 0.7.9 Index]