Description Usage Arguments Details Value Author(s)
An implementation of community detection by label propagation in an undirected weighted graph based on Raghavan, Albert, Kumara. Phys Rev E 76, 036106 (2007)
1 | inferCommunitiesASLP(edges_df = NULL, adj_mat = NULL)
|
unique_edges |
a data frame with columns a, b, weight representing the connections between nodes. We assume undirected graph, and therefore b < a. |
This is fully asynchronous – labels are updated one at a time in a random order.
a list of two vectors, node–node id (taken from a, b of input) and label–unique cluster/community ID.
Yuriy Sverchkov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.