GeneralGraph.
degree_centrality_kernel
Compute degree centrality.
nodes (list) – list of nodes for which to compute the efficiency between them and all the other nodes.
graph_size (int) – graph size.
degree centrality dictionary keyed by node.
dict
ValueError