R/misssbm.R
misssbm_fit-class.RdAn S4 class to represent a fit of a Stochastic Block Model, extend icl_fit-class.
modela misssbm-class object to store the model fitted
namegenerative model name
iclicl value of the fitted model
Knumber of extracted clusters over rows and columns
cla numeric vector with row and columns cluster indexes
obs_statsa list with the following elements:
counts: numeric vector of size K with number of elements in each clusters
x_counts: matrix of size K*K with the number of observed links between each pair of clusters
x_counts_obs: matrix of size K*K with the number of observed dyads between each pair of clusters
move_matbinary matrix which store move constraints
train_histdata.frame with training history information (details depends on the training procedure)