getBestQ {noisySBM} | R Documentation |
optimal number of SBM blocks
Description
returns the number of SBM blocks that maximizes the ICL
Usage
getBestQ(bestSolutionAtQ)
Arguments
bestSolutionAtQ |
output of |
Value
a list the maximal value of the ICL criterion among the provided solutions along with the best number of latent blocks
Examples
# res_gauss is the output of a call of fitNSBM()
getBestQ(res_gauss)
[Package noisySBM version 0.1.4 Index]