all.equal.dbn.fit {dbnR}R Documentation

Check if two fitted networks are equal to each other

Description

Generic method for checking the equality of two "dbn.fit" S3 objects. Calls bnlearn's all.equal underneath.

Usage

## S3 method for class 'equal.dbn.fit'
all(target, current, ...)

Arguments

target

"dbn.fit" object

current

the other "dbn.fit" object

...

additional parameters

Value

boolean result of the comparison


[Package dbnR version 0.7.8 Index]