missSBM (version 0.2.0)

SBM_fit: R6 Class definition of an SBM-fit

Description

This class is designed to adjust a Stochastic Block Model on a fully observed network. The doVEM method performs inference via Variational EM.

Usage

SBM_fit

Arguments

Format

An object of class R6ClassGenerator of length 24.

Details

This class is virtual: inference is effective only for instance of one of the two child classes 'SBM_fit_nocovariate' and 'SBM_fit_covariates'