ConScape / ConScapeR

Other
3 stars 1 forks source link

betweenness functions #4

Open bniebuhr opened 5 months ago

bniebuhr commented 5 months ago

Would it make sense to have a single function betweenness() which can compute both the qweighted and the kweighted betweenness metrics? This does not exclude the possibility of having them separated (to keep consistency with the Julia code) but could be useful for using it within workflows...

ninbrm commented 5 months ago

Good point! Probably should be done on the Julia side (as well).