R/R6Class-MultipartiteSBM_fit.R
MultipartiteSBM_fit.Rd
R6 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
loglik
double: approximation of the log-likelihood (variational lower bound) reached
ICL
double: value of the integrated classification log-likelihood
storedModels
data.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.