JuliaGraphs / Graphs.jl

An optimized graphs package for the Julia programming language
http://juliagraphs.org/Graphs.jl/
Other
456 stars 89 forks source link

Community detection algorithms #231

Open tecosaur opened 1 year ago

tecosaur commented 1 year ago

There seems to be a dearth of community detection algorithms in the current Graphs.jl. Hopefully this can be remedied in the future, and to that end I thought I'd list the ones that NetworkX currently has for comparison:

There are also some in iGraphs that I think would be worth having:

gdalle commented 10 months ago

@olegfafurin let's start with greedy modularity optimization?

leerosenthalj commented 10 months ago

I am still interested in implementing Girvan-Newman! I need a week before I can make steady progress, but would be happy to take a crack at it.

gdalle commented 9 months ago

Sounds good!