Expand description
Community detection algorithms.
Re-exports§
pub use girvan_newman::girvan_newman_communities;pub use label_propagation::label_propagation;pub use louvain::louvain_communities;
Modules§
- girvan_
newman - Girvan-Newman community detection by iterative edge-betweenness removal.
- label_
propagation - Label propagation community detection (synchronous variant, deterministic tie-break).
- louvain
- Louvain modularity maximisation (Blondel et al. 2008).