As kindly requested by @simonfa, to run calculations inspired by [Zemp et al. (2014)](https://doi.org/10.1209/0295-5075/107/58005): - [x] `betweenness()` for weighted edges: should be straightforward, as already supported by python-igraph - [x] `nsi_betweenness()` for directed edges: should already be supported, but need to resolve #142 - [ ] `nsi_betweenness()` for weighted edges: not possible with currently implemented algorithm, would need to fully reimplement (cf. [Newman, 2001](https://doi.org/10.1103/PhysRevE.64.016132)) Will start working on this in this order.
As kindly requested by @simonfa, to run calculations inspired by Zemp et al. (2014):
betweenness()for weighted edges:should be straightforward, as already supported by python-igraph
nsi_betweenness()for directed edges:should already be supported, but need to resolve BUG: Core dump and Segfault when calculating
Network.nsi_betweenness()centrality #142nsi_betweenness()for weighted edges:not possible with currently implemented algorithm, would need to fully reimplement (cf. Newman, 2001)
Will start working on this in this order.