leidenalg icon indicating copy to clipboard operation
leidenalg copied to clipboard

Is it possible to integrate infomap from igraph?

Open cindyhfls opened this issue 3 years ago • 1 comments

I am not familiar with C++ so I don't think that I can do it myself, but I was wondering if the infomap algorithm can be integrated in the Partition methods. I want to use it for multislice community detection.

https://github.com/igraph/igraph/tree/master/src/community/infomap

cindyhfls avatar Mar 25 '22 03:03 cindyhfls

In principle, yes, it can be made available, but similar to https://github.com/vtraag/leidenalg/issues/91 I would need to find the time to do so. In principle, contributing a new quality function is not too difficult, the instructions are here, but without being familiar with C++ that's going to be challenging indeed.

vtraag avatar Mar 30 '22 18:03 vtraag