list_Net: A list of network (defined via the function DefineNetwork)
v_distrib: Type of proababilistic distributions in each network : if 0/1 then bernoulli, if counting then poisson, gaussian or Zero Inflated Gaussian (ZIgaussian) My default = Bernoulli. Must give a vector whose length is the number of networks in list_Net
namesFG: Names of functional groups (must correspond to names in listNet)
v_K: A vector with the numbers of blocks per functional group
classifInit: A list of initial classification for each functional group in the same order as in namesFG
nbCores: Number or cores used for the estimation. Not parallelized on windows. By default : half of the cores
maxiterVE: Maximum number of iterations in the VE step of the VEM algorithm. Default value = 1000
maxiterVEM: Maximum number of iterations of the VEM algorithm. Default value = 1000
verbose: Set to TRUE to display the current step of the search algorithm