Chuck Hastings
Chuck Hastings
Define C API unit tests for data masking.
Define data masking C++ unit tests.
Define C++ API for masking.
Define a C API for data masking.
Define a pylibcugraph API for data masking. This should mirror the C API.
Define C++ API for Leiden. Seems like it should be similar to the C++ API for Louvain.
Implement Leiden algorithm. Implementation should use the graph primitives. Because of Leiden's similarity to Louvain, it is expected that the existing primitives should be sufficient to implement Leiden. If there...
Define the C API for Leiden. Should be very similar to the C API for Louvain.
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...
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...