This internal class is designed to adjust a binary Stochastic Block Model in the context of missSBM.
This internal class is designed to adjust a binary Stochastic Block Model in the context of missSBM.
This internal class is designed to adjust a binary Stochastic Block Model in the context of missSBM.
It is not designed not be call by the user
sbm::SBM
-> sbm::SimpleSBM
-> missSBM::SimpleSBM_fit
-> missSBM::SimpleSBM_fit_noCov
-> SimpleSBM_MNAR_noCov
imputation
: the matrix of imputed values
vExpec
: double: variational approximation of the expectation complete log-likelihood
new()
constructor for simpleSBM_fit for missSBM purpose
SimpleSBM_fit_MNAR$new(networkData, clusterInit)
networkData
: a structure to store network under missing data condition: either a matrix possibly with NA, or a missSBM:::partlyObservedNetwork
clusterInit
: Initial clustering: a vector with size ncol(adjacencyMatrix)
, providing a user-defined clustering with nbBlocks
levels.
update_parameters()
update parameters estimation (M-step)
SimpleSBM_fit_MNAR$update_parameters(nu = NULL)
nu
: currently imputed values
update_blocks()
update variational estimation of blocks (VE-step)
SimpleSBM_fit_MNAR$update_blocks(log_lambda = 0)
log_lambda
: additional term sampling dependent used to de-bias estimation of tau
clone()
The objects of this class are cloneable with this method.
SimpleSBM_fit_MNAR$clone(deep = FALSE)
deep
: Whether to make a deep clone.