Skip to main content

node_community_map

Function node_community_map 

Source
pub fn node_community_map(
    graph: &WikiGraph,
    min_nodes: usize,
) -> Option<HashMap<String, usize>>
Expand description

Returns slug → community id map, or None when below threshold. Delegates to build_community_data — shares the same Louvain run as compute_communities.