cugraph
cugraph copied to clipboard
[FEA] MNMG Leiden
Implement MNMG Leiden.
We have an SG implementation, although it does not accurately compute the Leiden clustering algorithm. The new implementation should be primitive based and more accurately reflect the serial implementations.
Tasks:
- [ ] Implement in Python
- [ ] Define PLC (pylibcugraph) API
- [ ] Define C API
- [ ] Define C++ API
- [ ] Implement algorithm
- [ ] Define C++ unit tests
- [ ] Define C unit tests
- [ ] Define Python unit tests
- [ ] Delete legacy implementation
This issue has been labeled inactive-30d
due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d
if there is no activity in the next 60 days.
closing - tracked by #3276