-
-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for leiden algorithm #346
Comments
Thanks for the request! It's on my to-do list (I'm one of the authors of the Leiden algorithm). |
Hi Vincent, |
We first have to upgrade to the new C core, after which I can start to include other new contributions from that new C core, among which, the leiden algorithm. This is done in PR #380, we are awaiting comments / merging by @gaborcsardi. |
I hope @gaborcsardi will find time soon. There are a lot of impatient programmers as me ;-) |
The Leiden algorithm is now available in igraph 1.2.7 as |
https://cran.r-project.org/web/packages/leiden/vignettes/run_leiden.html - would be great to add a native igraph method for this, seems like a fair amount of the legwork has been done.
The text was updated successfully, but these errors were encountered: