Description Usage Arguments Value
Returns the EM object for unilayer network
1 2 3 4 5 6 7 8 9 10 11 12 | netEM_unilayer(
x,
K,
eps,
num_rand_start,
num_run_smallEM,
max_itr_smallEM,
burn,
MCMC_itr,
sigma_mult,
alpha
)
|
x |
multiple network |
K |
number of clusters |
eps |
epsilon for convergence |
num_rand_start |
number of random starts |
num_run_smallEM |
number of runs for small EM |
max_itr_smallEM |
maximum number of runs for small EM |
burn |
number of runs for burn for Metropolis Hastings |
MCMC_itr |
number of runs for Metropolis Hastings iterations |
sigma_mult |
scaling multiplier for Sigma matrix |
alpha |
seed provided by the user |
EM object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.