Re: [graph-tool] Specifying number of blocks in a bipartite SBM

2020-07-13 Thread Tiago de Paula Peixoto
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'], 'pclab

Re: [graph-tool] Specifying number of blocks in a bipartite SBM

2020-07-13 Thread Tzu-Chi Yen
Hi Jamie, Just to chime in with an alternative. I wrote a program that is capable to specify the (G1, G2) blocks in a bipartite network, using a flat prior detailed in a paper. When I started to do the research, graph-tool did not allow such customization. Code: https://github.com/junipertcy/bip

[graph-tool] Specifying number of blocks in a bipartite SBM

2020-07-09 Thread 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