all.equal.dbn.fit: Check if two fitted networks are equal to each other

View source: R/bnlearn_compat.R

all.equal.dbn.fitR 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


dbnR documentation built on Oct. 5, 2022, 1:07 a.m.