gema2nbn {rbmn} | R Documentation |
computes a /nbn/ from a /gema/
Description
from a /gema/ object defining a normal Bayesian network, computes more standard /nbn/ where each node is defined from its parents.
Usage
gema2nbn(gema)
Arguments
gema |
Initial |
Details
using general formulae rather a sequential algorithm as done in the
original gema2nbn
implementation.
Value
the corresponding /nbn/.
Examples
print8nbn(gema2nbn(rbmn0gema.02));
[Package rbmn version 0.9-6 Index]