pub fn louvain_communities<N, E, Ix>(
graph: &Graph<N, E, Ix>,
) -> CommunityStructure<N>👎Deprecated since 0.1.0-beta.1: Use
louvain_communities_result insteadExpand 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.