13 Jul
2020
13 Jul
'20
9:51 a.m.
Am 10.07.20 um 02:10 schrieb jsfog:
Hi Tiago,
Is it possible to specify the number of blocks for both types of nodes when estimating a bipartite SBM? I know that if I specify
model.minimize_nested_blockmodel_dl(B_min=G, B_max=G, state_args = {'clabel': model.vp['node_type'], 'pclabel': model.vp['node_type']})
then I will end up with a partition with G blocks. But what I want is a partition in which the type 1 nodes are divided into G1 blocks and the type 2 nodes into G2 blocks, where I specify G1 and G2.
This is currently not yet implemented. -- Tiago de Paula Peixoto <tiago@skewed.de>