Expand description
Community detection algorithms
This module contains algorithms for detecting community structure in graphs.
Structs§
- Community
Structure - Represents a community structure in a graph
- Infomap
Result - Represents the result of the Infomap algorithm
Functions§
- fluid_
communities - Fluid communities algorithm
- greedy_
modularity_ optimization - Greedy modularity optimization algorithm
- hierarchical_
communities - Hierarchical community structure using agglomerative clustering
- infomap_
communities - Infomap algorithm for community detection
- label_
propagation - Label propagation algorithm for community detection
- louvain_
communities - Detects communities in a graph using the Louvain method
- modularity
- Computes the modularity of a given community partition
- modularity_
optimization - Optimizes modularity using simulated annealing