barahona-research-group / PyGenStability

PyGenStability: Multiscale community detection with generalized Markov Stability
https://barahona-research-group.github.io/PyGenStability/
GNU General Public License v3.0
32 stars 11 forks source link

integrate leiden algorithm #36

Closed arnaudon closed 1 year ago

michaelschaub commented 2 years ago

https://github.com/vtraag/leidenalg is the official implementation ...

arnaudon commented 2 years ago

Yes, we know! This issue title is wrong, we're trying to interface the official implementation with this code, so one can use louvain or leiden the same way. It's work in progress here: https://github.com/barahona-research-group/PyGenStability/pull/43 and here: https://github.com/arnaudon/leidenalg/pull/1

d-schindler commented 1 year ago

I guess we can close this issue as Leiden has been integrated successfully with PR #43