-
Notifications
You must be signed in to change notification settings - Fork 311
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
[ENH] MNMG Louvain code cleanup #1220
Milestone
Comments
BradReesWork
added
Refactor
and removed
? - Needs Triage
Need team to review and classify
labels
Nov 4, 2020
This issue has been labeled |
rapids-bot bot
pushed a commit
that referenced
this issue
Mar 30, 2021
…1423) Implement the `update_by_delta_modularity` method using the new graph primitives and pattern accelerators. This eliminates all of the custom MNMG implementation originally created for MNMG Louvain a few releases ago and replaces it with the new pattern accelerator and graph primitives that have been added in the last couple of releases. This depends on the following PRs and should not be merged until after them: * #1394 * #1399 closes #1220 Authors: - Chuck Hastings (@ChuckHastings) Approvers: - Andrei Schaffer (@aschaffer) - Seunghwa Kang (@seunghwak) - Rick Ratzel (@rlratzel) - Alex Fender (@afender) URL: #1423
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PR #1172 created an MNMG Louvain implementation.
In order to achieve this implementation, some temporary APIs were exposed in the graph_view_t object. These should be cleaned up.
The text was updated successfully, but these errors were encountered: