Add Graph method for betweenness centrality #328
Labels
core
something about core
enhancement
New feature or request
hacktoberfest
hacktoberfest issue
Priority:Medium
Priority Label for medium priority issue
Milestone
I think it would be useful to add methods in the Graph class for calculating the betweenness centrality of a node and maybe also other centrality measures (eigenvalue centrality, closeness centrality, ecc.).
These measures are very useful when studying a network, and this methods are provided by similar libraries (like NetworkX in Python), so I think that it would be a useful addition.
The text was updated successfully, but these errors were encountered: