Description Usage Arguments Value Examples
Learn parameters of a network using the Expectation-Maximization algorithm.
1 2 3 4 |
x |
an |
dataset |
observed dataset with missing values for the Bayesian Network of |
threshold |
threshold for convergence, used as stopping criterion. |
max.em.iterations |
maximum number of iterations to run in case of no convergence. |
ess |
Equivalent Sample Size value. |
a list containing: an InferenceEngine
with a new updated network ("InferenceEngine"
),
and the imputed dataset ("BNDataset"
).
1 2 3 4 | ## Not run:
em(x, dataset)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.