bn.fit class {bnlearn}R Documentation

The bn.fit class structure

Description

The structure of an object of the bn.fit S3 class.

Details

An object of class bn.fit is a list whose elements correspond to the nodes of the Bayesian network. If the latter is discrete (i.e. the nodes are multinomial random variables) each node has class bn.fit.dnode and contains the following elements:

If on the other hand the network is continuous (i.e. the nodes are Gaussian random variables) each node has class bn.fit.gnode and contains the following elements:

Author(s)

Marco Scutari


[Package bnlearn version 1.7 Index]