An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# CommunityDetection

[![Build Status](https://github.com/JuliaGraphs/CommunityDetection.jl/workflows/CI/badge.svg)](https://github.com/JuliaGraphs/CommunityDetection.jl/actions?query=workflow%3ACI+branch%3Amaster)
[![codecov.io](http://codecov.io/github/JuliaGraphs/CommunityDetection.jl/coverage.svg?branch=master)](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.