You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
In principle, yes, it can be made available, but similar to #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.
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
The text was updated successfully, but these errors were encountered: