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 list params
updated
an array of dim=c(N,N,V)
Number of clusters
Number of components
hyperparameters for beta
hyperparameters for theta
hyperparameters for eta
hyperparameters for xi
select the type of initialization type_init=c("SBM","Kmeans","random")
the number of cores used to parallelize the calculations of the various SBMs