Output of mainVEM obtained on dataset generated_Q3
with kernel
method and Qmin=Qmax=5.
generated_sol_kernel
Solution for Q=5 clusters, containing 5 components:
tau
Matrix with size \(Q\times n\) containing the estimated probability in \((0,1)\) that cluster \(q\) contains node \(i\).
J
Estimated value of the ELBO
run
Which run of the algorithm gave the best solution. A run relies on a specific initialization of the algorithm. A negative value maybe obtained in the decreasing phase (for Q) of the algorithm.
converged
Boolean. If TRUE, the algorithm stopped at convergence. Otherwise it stopped at the maximal number of iterations.
This solution was (randomly) obtained using the following code
# WARNING - This is very long
generated_sol_kernel <- mainVEM(generated_Q3$data,n=50,Qmin=5,directed=FALSE,method='kernel')[[1]]
MATIAS, C., REBAFKA, T. & VILLERS, F. (2018). A semiparametric extension of the stochastic block model for longitudinal networks. Biometrika. 105(3): 665-680.