Chuck Hastings

Results 131 issues of Chuck Hastings

Define PLC (pylibcugraph) API for Random Walks. This should mirror the C API definition for Random Walks.

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...

Remove legacy implementation of Jaccard, Overlap and Sorensen. Blocked by https://github.com/rapidsai/cugraph/issues/2548

Remove old Python implementation of Jaccard, Overlap and Sorensen

Implement python unit tests for Jaccard, Overlap and Sorensen.

Modify the python Jaccard, Overlap and Sorensen calls to use the new PLC version of Jaccard, Overlap and Sorensen. Add MNMG support. API definition in https://github.com/rapidsai/cugraph/issues/2540 blocks starting this work...

Define C++ unit tests. Tests should include both SG and MG tests.

Define C API unit tests. These do not need to duplicate the C++ tests but should focus on testing all different mechanisms on the C API. Tests should include both...

Implement Jaccard, Overlap and Sorensen. Implementation should be able to leverage the neighbor intersection primitives written for triangle counting.

Define C++ API for Jaccard, Overlap and Sorensen