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...
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...