View source: R/Initialization.R
initialisation_params_bayesian | R Documentation |
Initialization of mimiSBM parameters
initialisation_params_bayesian(
A,
K,
Q,
beta_0 = rep(1/2, K),
theta_0 = rep(1/2, Q),
eta_0 = array(rep(1/2, K * K * Q), c(K, K, Q)),
xi_0 = array(rep(1/2, K * K * Q), c(K, K, Q)),
type_init = "SBM",
nbCores = 2
)
A |
an array of dim=c(N,N,V) |
K |
Number of clusters |
Q |
Number of components |
beta_0 |
hyperparameters for beta |
theta_0 |
hyperparameters for theta |
eta_0 |
hyperparameters for eta |
xi_0 |
hyperparameters for xi |
type_init |
select the type of initialization type_init=c("SBM","Kmeans","random") |
nbCores |
the number of cores used to parallelize the calculations of the various SBMs |
a list params
updated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.