Is your feature request related to a problem? Please describe.
We should have something for approximate or exact betweenness centrality.
Describe the solution you would like
Brandes' algorithm looks like the only feasible solution for Pregel/BSP. We can add an option to sample instead of computing all the shortest paths.
Component
Additional context
Are you planning on creating a PR?
Is your feature request related to a problem? Please describe.
We should have something for approximate or exact betweenness centrality.
Describe the solution you would like
Brandes' algorithm looks like the only feasible solution for Pregel/BSP. We can add an option to sample instead of computing all the shortest paths.
Component
Additional context
Are you planning on creating a PR?