cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

[FEA] MNMG Random Walks

Open ChuckHastings opened this issue 3 years ago • 0 comments

Implement MNMG Random Walks. We have an SG implementation, but it will not translate to MNMG. We should be able to think about Random Walks as a special case of neighborhood sampling.

  • [ ] Python implementation
  • [ ] 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 10 '22 21:08 ChuckHastings