VEM step for parallel version
mainVEMPar(
init.point,
n,
Q,
data,
directed,
sparse,
method,
nb.iter,
fix.iter,
epsilon
)
Initial point
Total number of nodes, \(1\le i \le n\)
Total number of groups
Data same of mainVEM
Boolean for directed (TRUE) or undirected (FALSE) case
Boolean for sparse (TRUE) or not sparse (FALSE) case
List of string. Can be "hist" for histogram method or "kernel" for kernel method
Number of iterations
Maximum number of iterations of the fixed point
Threshold for the stopping criterion of VEM and fixed point iterations