netcenlib.algorithms.cluster_rank_centrality module

netcenlib.algorithms.cluster_rank_centrality.cluster_rank_centrality(network: Graph) dict[str, int][source]

Compute the ClusterRank Centrality for each node in the graph G.

Ref: https://www.centiserver.org/centrality/ClusterRank/

Parameters:

network – NetworkX graph

Returns:

Dictionary of nodes with computed centrality as the value