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 Betweenness Centrality Algorithm in Python #6019

Open
1 of 4 tasks
AlexanderDavid opened this issue Oct 22, 2020 · 0 comments
Open
1 of 4 tasks

Add Betweenness Centrality Algorithm in Python #6019

AlexanderDavid opened this issue Oct 22, 2020 · 0 comments

Comments

@AlexanderDavid
Copy link
Contributor

AlexanderDavid commented Oct 22, 2020

This is a(n):

  • New algorithm
  • Update to an existing algorithm
  • Error
  • Proposal to the Repository

Details:

The betweenness centrality of a graph determines singular node importance based upon the geodesic paths that exist within the graph. This specific implementation allows for a k-node approximation that speeds up the runtime at the cost of accuracy of the metric. This can be used to determine important nodes within a graph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant