GeneralGraph.
outdegree_centrality_kernel
Compute out-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.
out-degree dictionary keyed by node.
dict
ValueError