Description Usage Arguments Value Author(s) Examples
This method applies a partition aggregation based community detection algorithm. The idea is to apply a standard community detection algorithm designed for monoplex network (community_algo) to each layer of the multiples. Then an ensemble clustering approach is applied on the obtained clusterings in order to compute the final community structure. The CSPA ensemble clustering approach is used for that purpose. All basic community detection approaches provided in igraph can be used here.
1 | community.partition_aggregation(multiplex, community_algorithm, h, alpha)
|
multiplex |
: The multiplex object. |
community_algorithm |
: String, the name of classical community detection algorithm. As Licod, Louvain, Infomap, Walktrap,... |
h |
: |
alpha |
: |
returns an igraph communities object, please see igraph manual page for details.
Issam Falih <issam.falih@lipn.univ-paris13.fr>
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.