Main
get_mean_betweenness()
Details
Contribution guidelines
Vignettes
Additional resources
Get the mean betweenness centrality of the network.
network (nx.Graph) – The network to get the mean betweenness from.
The mean betweenness of the network.
float