graph - chunhualiao/public-docs GitHub Wiki
dot graph
clustering or community detection
- Modularity vertex partition is a concept commonly encountered in network science or graph theory, especially in the context of community detection.
- CPM vertex partition refers to Constant Potts Model partitioning — an alternative to modularity-based methods for detecting communities in graphs. It’s part of a family of community detection algorithms that frame the problem as an energy minimization task, inspired by statistical physics.