rbn.dbn.fit {dbnR} | R Documentation |
Simulates random samples from a fitted DBN
Description
Generic method for "dbn.fit" S3 objects.
Calls bnlearn's rbn
underneath.
Usage
rbn.dbn.fit(x, n, ...)
Arguments
x |
the fitted network |
n |
number of samples |
... |
additional parameters |
Value
the sampled dataset
[Package dbnR version 0.7.9 Index]