Hi,
I have a question about edge attributes. Currently, I am using graphs that have three edge properties. The first one is a float which serves as the edge weight. The second one is a string that can only be two values and finally, I have an edge id.
Does the nested stochastic block model use the weight and the other binary string property for finding the hierarchies?
Best,
Hristo
Am 17.05.21 um 12:00 schrieb petkov.1231@gmail.com:
Hi,
I have a question about edge attributes. Currently, I am using graphs that have three edge properties. The first one is a float which serves as the edge weight. The second one is a string that can only be two values and finally, I have an edge id.
Does the nested stochastic block model use the weight and the other binary string property for finding the hierarchies?
Yes, it's possible to include edge weights and covariates into the nested SBM. Take a look at the documentation here:
https://graph-tool.skewed.de/static/doc/demos/inference/inference.html#edge-...
Best, Tiago