Graph Tool Edge Attribute Usage

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

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-weights-and-covariates

Best,
Tiago