vtraag / leidenalg

Implementation of the Leiden algorithm for various quality functions to be used with igraph in Python.
GNU General Public License v3.0
575 stars 77 forks source link

Is it possible to integrate infomap from igraph? #100

Open cindyhfls opened 2 years ago

cindyhfls commented 2 years ago

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

vtraag commented 2 years ago

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.