Skip to content
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

Closed
robertamezquita opened this issue Aug 7, 2019 · 5 comments
Closed

Add support for leiden algorithm #346

robertamezquita opened this issue Aug 7, 2019 · 5 comments
Milestone

Comments

@robertamezquita
Copy link

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.

@vtraag
Copy link
Member

vtraag commented Aug 8, 2019

Thanks for the request! It's on my to-do list (I'm one of the authors of the Leiden algorithm).

@SamGG
Copy link

SamGG commented May 18, 2020

Hi Vincent,
Any idea when leiden_community will be available in rigraph?
Best

@vtraag
Copy link
Member

vtraag commented May 18, 2020

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.

@SamGG
Copy link

SamGG commented May 18, 2020

I hope @gaborcsardi will find time soon. There are a lot of impatient programmers as me ;-)
Thanks.

@ntamas
Copy link
Member

ntamas commented Oct 16, 2021

The Leiden algorithm is now available in igraph 1.2.7 as cluster_leiden().

@ntamas ntamas closed this as completed Oct 16, 2021
@ntamas ntamas added this to the 1.2.7 milestone Oct 16, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Mar 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants