https://github.com/juliagraphs/communitydetection.jl
Community Detection algorithms for LightGraphs
https://github.com/juliagraphs/communitydetection.jl
graph graph-algorithms graphs hacktoberfest juliagraphs
Last synced: 3 months ago
JSON representation
Community Detection algorithms for LightGraphs
- Host: GitHub
- URL: https://github.com/juliagraphs/communitydetection.jl
- Owner: JuliaGraphs
- License: other
- Created: 2017-06-27T18:21:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T13:27:19.000Z (over 1 year ago)
- Last Synced: 2025-01-20T17:25:48.998Z (5 months ago)
- Topics: graph, graph-algorithms, graphs, hacktoberfest, juliagraphs
- Language: Julia
- Homepage:
- Size: 22.5 KB
- Stars: 14
- Watchers: 3
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CommunityDetection
[](https://github.com/JuliaGraphs/CommunityDetection.jl/actions?query=workflow%3ACI+branch%3Amaster)
[](http://codecov.io/github/JuliaGraphs/CommunityDetection.jl?branch=master)### CommunityDetection.jl
Implements community detection for [Graphs.jl](https://github.com/JuliaGraphs/Graphs.jl). Both Nonbacktracking and Bethe Hessian detection are supported.