Chuck Hastings

Results 131 issues of Chuck Hastings

Define a C API for Jaccard, Overlap and Sorensen algorithms.

Define PLC (pylibcugraph) API for Jaccard/Overlap/Sorensen. This should mirror the C API definition for these functions.

Implement MNMG Jaccard, Overlap and Sorensen. We have an SG implementation. With the triangle counting implementation we should have the necessary graph primitives to implement these algorithms. Sorensen is just...

Remove legacy C/C++ implementation of Induce subgraph. Blocked by issue https://github.com/rapidsai/cugraph/issues/2537

Remove old python implementation of induce subgraph.

Implement Induce Subgraph unit tests for python.

Modify the python induce subgraph calls to use the new PLC version of induce subgraph. Add MNMG support. API definition in https://github.com/rapidsai/cugraph/issues/2529 blocks starting this work Implementation in https://github.com/rapidsai/cugraph/issues/2532 blocks...

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 Induce Subgraph using the graph primitives.