Calculation of betweenness in iGraph
I've seen some info suggesting that closeness in iGraph weighted graphs is calculated using the weights as costs, rather than strengths. I'm wondering if this is also true for betweenness. i.e, if I have two paths between vertices, one of them (a) with edge weights summing to 100 and the other (b) to 200, betweenness will interpret path a as the least costly path and include this edge weight value in the numerator of the betweenness calculation. If so, to obtain betweenness based on strength, I assume one would transform the weights to equal 1/weight? I've tried to test this with a three node