#

Note

This documents the development version of NetworkX. Documentation for the current release can be found here.

#

networkx.algorithms.centrality.betweenness_centrality_source

betweenness_centrality_source(G, normalized=True, weight=None, sources=None)[source]