Skip to content
#

community-detection-evaluation

Here are 7 public repositories matching this topic...

Language: All
Filter by language
EgoSplitting

A Python project for analyzing network structures and detecting communities using various algorithms such as Louvain, Leiden, Infomap, and others. The project supports both directed and undirected graphs, computes network statistics, detects communities, and exports comparative evaluation results.

  • Updated Aug 2, 2025
  • Python

The implementation was done using python networkx and matplot libraries. Zachary karate club dataset is used as a benchmark dataset between the different community detection algorithms. Karate is the well-known and much-used dataset to benchmark algorithms as ground truth of it is two so if a detection algorithm is close to these two sets, then …

  • Updated Jul 17, 2022
  • Python

Improve this page

Add a description, image, and links to the community-detection-evaluation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the community-detection-evaluation topic, visit your repo's landing page and select "manage topics."

Learn more