Description Usage Arguments Details Value Examples
fitNSBM() estimates model parameters of the noisy stochastic block model and provides a clustering of the nodes
1 2 3 4 5 6 7 8 9 |
dataMatrix |
observed dense adjacency matrix |
model |
Implemented models:
|
sbmSize |
list of parameters determining the size of SBM (the number of latent blocks) to be expored
|
filename |
results are saved in a file with this name (if provided) |
initParam |
list of parameters that fix the number of initializations
|
nbCores |
number of cores used for parallelization |
fitNSBM() supports different probability distributions for the edges and can estimate the number of node blocks
Returns a list of estimation results for all numbers of latent blocks considered by the algorithm. Every element is a list composed of:
thetaestimated parameters of the noisy stochastic block model; a list with the following elements:
piparameter estimate of pi
wparameter estimate of w
nu0parameter estimate of nu0
nuparameter estimate of nu
clusteringnode clustering obtained by the noisy stochastic block model, more precisely, a hard clustering given by the
maximum aposterior estimate of the variational parameters sbmParam$edgeProba
sbmParamfurther results concerning the latent binary stochastic block model. A list with the following elements:
Qnumber of latent blocks in the noisy stochastic block model
clusterProbasoft clustering given by the conditional probabilities of a node to belong to a given latent block.
In other words, these are the variational parameters tau; (Q x n)-matrix
edgeProbaconditional probabilities rho of an edges given the node memberships of the interacting nodes; (N_Q x N)-matrix
ICLvalue of the ICL criterion at the end of the algorithm
convergencea list of convergence indicators:
Jvalue of the lower bound of the log-likelihood function at the end of the algorithm
complLogLikvalue of the complete log-likelihood function at the end of the algorithm
convergedindicates if algorithm has converged
nbIternumber of iterations performed
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.