Learn R Programming

CINNA (version 1.2.0)

group_centrality: Group Centrality

Description

This function computes group Centrality. So, it considers a consistent ranking of each node to be calculated such that scores diverse possible synergies among possible groups of vertices.

Usage

group_centrality(x, vids = V(x))

Arguments

x

An igraph or a network object

vids

Nodes to be considered in the calculation

Value

a vector including centrality values for each node

References

Michalak, T.P., Aadithya, K.V., Szczepanski, P.L., Ravindran, B. and Jennings, N.R., 2013. Efficient computation of the Shapley value for game-theoretic network centrality. Journal of Artificial Intelligence Research, 46, pp.607-650.

https://www.civilica.com/Paper-IBIS07-IBIS07_127.html

Examples

Run this code
# NOT RUN {
data(zachary)

group_centrality(zachary)

# }

Run the code above in your browser using DataLab