mean.dbn.fit {dbnR}R Documentation

Average the parameters of multiple dbn.fit objects with identical structures

Description

Generic method for "dbn.fit" S3 objects. Calls bnlearn underneath.

Usage

## S3 method for class 'dbn.fit'
mean(x, ...)

Arguments

x

the fitted network

...

additional parameters

Value

the averaged parameters


[Package dbnR version 0.7.8 Index]