R/R6Class-MultipartiteSBM_fit.R
MultipartiteSBM_fit.RdR6 Class definition of a Multipartite SBM fit
R6 Class definition of a Multipartite SBM fit
This class is designed to give a representation and adjust a Multipartite SBM fitted with GREMLIN.
sbm::SBM -> sbm::MultipartiteSBM -> MultipartiteSBM_fit
loglikdouble: approximation of the log-likelihood (variational lower bound) reached
ICLdouble: value of the integrated classification log-likelihood
storedModelsdata.frame of all models fitted (and stored) during the optimization
Inherited methods
optimize()estimation of multipartiteSBM via GREMLINS
predict()prediction under the currently estimated model
setModel()method to select a specific model among the ones fitted during the optimization. Fields of the current MultipartiteSBM_fit will be updated accordingly.