GrossSBM / missSBM

An R package for adjusting Stochastic Block Models from networks data sampled under various missing data conditions
http://grosssbm.github.io/missSBM
GNU General Public License v3.0
12 stars 2 forks source link

SBM_fit_covariates only needs covarArray #20

Closed jchiquet closed 5 years ago

jchiquet commented 5 years ago

So we should never store neither covarMatrix nor covarSimilarity in it.

jchiquet commented 5 years ago

To be even more efficient, covarArray should be computed outside the constructor of SBM_fit_covariates