Calculate betweenness centrality of vertices in a graph, using the algorithm developed by Ulrik Brandes (2001) J. Math. Sociol. 25(2): 163-177.
The optional function parameter ignore allows the user to indicate individual vertices to ignore in the calculation.
See Implementation
Calculate betweenness centrality of vertices in a graph, using the algorithm developed by Ulrik Brandes (2001) J. Math. Sociol. 25(2): 163-177.
The optional function parameter ignore allows the user to indicate individual vertices to ignore in the calculation.