Skip to main content

Module community

Module community 

Source
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).