nw:betweenness-centrality
nw:betweenness-centrality
To calculate the betweenness centrality of a turtle, you take every other possible pairs of turtles and, for each pair, you calculate the proportion of shortest paths between members of the pair that passes through the current turtle. The betweenness centrality of a turtle is the sum of these.
As of now, link weights are not taken into account.
Take me to the full Networks Extension Dictionary