NetLogo / NW-Extension

This is the NetLogo Network Extension. For general information about NetLogo, see:
http://ccl.northwestern.edu/netlogo/
Other
62 stars 25 forks source link

nw:betweenness-centrality - add support for weighted networks #155

Open scondor opened 9 years ago

scondor commented 9 years ago

The current documentation for nw:betweenness-centrality states that "As of now, link weights are not taken into account."

If support for weighted networks isn't too onerous to implement it would be particularly useful.

Also, while you're there the documentation should note that this primitive can also be run by a link to find its betweenness-centrality. /cheeky

Many Thanks

nicolaspayette commented 9 years ago

the documentation should note that this primitive can also be run by a link to find its betweenness-centrality

That's https://github.com/NetLogo/NW-Extension/issues/29.