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