bnfit2nbn {rbmn} | R Documentation |
transforms a /bn.fit/ of /bnlearn/ package to a /nbn/
Description
returns a nbn
object from a Gaussian bn.fit
object of
/bnlearn/ package.
Usage
bnfit2nbn(bn.fit)
Arguments
bn.fit |
The object to be transformed. |
Details
If bn.fit
is not pertinent, a fatal error is issued.
Value
A list following the nbn
specification
[Package rbmn version 0.9-6 Index]