I am trying to use minimize_blockmodel_dl
to identify communities in a weighted (undirected) graph.
I found out that this method once supported a eweight
parameter, but it doesn't anymore.
Is there any method in graph-tool nowadays which takes into account weights and automatically looks for the optimal number of components?