Description Usage Arguments Value Author(s) Examples
Find community structure on each layer separately via classical community detection algorithm. As Licod, Louvain, Infomap, Walktrap,...
1 | community.by_layer(multiplex,community_algorithm)
|
multiplex |
: The multiplex object. |
community_algorithm |
: String, the name of classical community detection algorithm. As Licod, Louvain, Infomap, Walktrap,... |
A list of membership of each layer.
Issam Falih <issam.falih@lipn.univ-paris13.fr> Rushed Kanawati <rushed.kanawati@lipn.univ-paris13.fr>
1 2 3 4 5 6 7 | M <- Multiplex_Lazega
community.by_layer(M)
community.by_layer(M,cluster_infomap)
community.by_layer(M,cluster_louvain)
community.by_layer(M,cluster_walktrap)
community.by_layer(M,cluster_edge_betweenness)
community.by_layer(M,cluster_label_prop)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.