networkcommons.eval.get_mean_betweenness

networkcommons.eval.get_mean_betweenness(network)

Get the mean betweenness centrality of the network.

Parameters:

network (nx.Graph) – The network to get the mean betweenness from.

Returns:

The mean betweenness of the network.

Return type:

float