-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
- Kernighan–Lin bipartition
- K-Clique (already in Graphs.jl as clique percolation)
- Greedy modular communities
- Lukes exact optimal weighted tree partitioning
- Label propagation (already in Graphs.jl)
- Leiden Community Detection
- Fluid Communities
- Girvan–Newman (@leerosenthalj still up for this?)
- Spectral clustering (in https://github.com/JuliaGraphs/CommunityDetection.jl)
There are also some in iGraphs that I think would be worth having:
- Louvain Community Detection
- Walktrap (short random walks)
- Spin-glass model and simulated annealing
- Optimal modularity
- Edge betweenness
- Eigenvector of the modularity matrix
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request