Description Usage Arguments Value Author(s) Examples
The redundency of a partition is the average of the redundant links of each intra-community in all layers. The intuition is that the intra-community link should be recurring in different layers.
1 | redundency_partition_byCluster(multiplex, partition)
|
multiplex |
: The multiplex object. |
partition |
: an igraph communities object, vertex membership. |
A list of numeric, the redundency score of each community in a partition.
Issam Falih <issam.falih@lipn.univ-paris13.fr>
1 2 3 | M <- Multiplex_Lazega
wt <- community.partition_aggregation(M)
redundency_partition_byCluster(M, wt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.