Skip to main content

detect_communities

Function detect_communities 

Source
pub fn detect_communities(
    graph: &HashMap<String, FileNode>,
    min_community_size: usize,
) -> Result<ArchitectureOverview>
Expand description

Build an architecture overview from the import graph using Louvain community detection.