louvain_communities

Function louvain_communities 

Source
pub fn louvain_communities<N, E, Ix>(
    graph: &Graph<N, E, Ix>,
) -> CommunityStructure<N>
where N: Node + Debug, E: EdgeWeight + Into<f64> + Zero + Copy, Ix: IndexType,
👎Deprecated since 0.1.0-beta.1: Use louvain_communities_result instead
Expand description

Detects communities in a graph using the Louvain method (legacy API)

Note: This function is deprecated in favor of louvain_communities_result. It will be removed in version 2.0.