all.equal.dbn: Check if two network structures are equal to each other

View source: R/bnlearn_compat.R

all.equal.dbnR 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


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