Skip to main content

Module leiden

Module leiden 

Source
Expand description

Leiden Community Detection Algorithm

Implements the Leiden algorithm for detecting communities in knowledge graphs. Uses petgraph for graph representation and iterative optimization.

Structsยง

LeidenCommunityDetector
Community detector using the Leiden algorithm.
LeidenConfig
Parameters for community detection.