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


dkesada/dbnR documentation built on June 19, 2024, 6:45 p.m.