cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

[FEA] MNMG Leiden

Open ChuckHastings opened this issue 2 years ago • 1 comments

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

ChuckHastings avatar Aug 02 '22 21:08 ChuckHastings

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.

github-actions[bot] avatar Sep 10 '22 17:09 github-actions[bot]

closing - tracked by #3276

kingmesal avatar Mar 07 '23 16:03 kingmesal