We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BC is available in the C API, and pylibcugraph and cugraph should be using that instead of the legacy implementation in the python API.
The text was updated successfully, but these errors were encountered:
Refactor betweenness centrality (#2971)
9df94ee
A CAPI implementation of betweenness centrality is available and this PR: 1. Implement PLC betweenness centrality by leveraging the CAPI 2. Refactor the python SG implementation of betweenness centrality by leveraging the PLC implementation 3. Add a python MG implementation of betweenness centrality with tests closes #3145 closes #2605 closes #2648 closes #2649 closes #2650 Authors: - Joseph Nke (https://github.com/jnke2016) - Chuck Hastings (https://github.com/ChuckHastings) - Rick Ratzel (https://github.com/rlratzel) - Alex Barghi (https://github.com/alexbarghi-nv) - Vyas Ramasubramani (https://github.com/vyasr) - Vibhu Jawa (https://github.com/VibhuJawa) Approvers: - Rick Ratzel (https://github.com/rlratzel) - Chuck Hastings (https://github.com/ChuckHastings) - Alex Barghi (https://github.com/alexbarghi-nv) - Brad Rees (https://github.com/BradReesWork) URL: #2971
jnke2016
Successfully merging a pull request may close this issue.
BC is available in the C API, and pylibcugraph and cugraph should be using that instead of the legacy implementation in the python API.
The text was updated successfully, but these errors were encountered: