Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Graph method for betweenness centrality #328

Open
sbaldu opened this issue Jul 6, 2023 · 0 comments
Open

Add Graph method for betweenness centrality #328

sbaldu opened this issue Jul 6, 2023 · 0 comments
Labels
core something about core enhancement New feature or request hacktoberfest hacktoberfest issue Priority:Medium Priority Label for medium priority issue

Comments

@sbaldu
Copy link
Collaborator

sbaldu commented Jul 6, 2023

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.

@ZigRazor ZigRazor added enhancement New feature or request core something about core Priority:Medium Priority Label for medium priority issue labels Jul 7, 2023
@ZigRazor ZigRazor added this to the Algorithm Implementation milestone Jul 7, 2023
@ZigRazor ZigRazor added the hacktoberfest hacktoberfest issue label Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core something about core enhancement New feature or request hacktoberfest hacktoberfest issue Priority:Medium Priority Label for medium priority issue
Projects
None yet
Development

No branches or pull requests

2 participants