initialPoints {noisySBM} | R Documentation |
compute a list of initial points for the VEM algorithm
Description
compute a list of initial points of tau and rhofor the VEM algorithm for a given number of blocks; returns nbOfTau*nbOfPointsPerTau inital points
Usage
initialPoints(
Q,
dataMatrix,
nbOfTau,
nbOfPointsPerTau,
modelFamily,
model,
directed
)
Arguments
Q |
number of latent blocks in the noisy stochastic block model |
dataMatrix |
observed dense adjacency matrix |
nbOfTau |
number of initializations for the latent block memberships |
nbOfPointsPerTau |
number of initializations of the latent binary graph associated with each initial latent block memberships |
modelFamily |
probability distribution for the edges. Possible values:
|
model |
Implemented models:
|
directed |
booelan to indicate whether the model is directed or undirected |
Value
list of inital points of tau and rho of length nbOfTau*nbOfPointsPerTau