mainVEM_Q {noisySBM} | R Documentation |
main function of VEM algorithm with fixed number of SBM blocks
Description
main function of VEM algorithm with fixed number of SBM blocks
Usage
mainVEM_Q(init, modelFamily, model, data, directed)
Arguments
init |
list of initial points for the algorithm |
modelFamily |
probability distribution for the edges. Possible values:
|
model |
Implemented models:
|
data |
data vector in the undirected model, data matrix in the directed model |
directed |
booelan to indicate whether the model is directed or undirected |
Value
list of estimated model parameters and a node clustering; like the output of fitNSBM()