cugraph
cugraph copied to clipboard
Expose new all-pairs Similarity algorithms
A variation of the Similarity algorithms leveraging of all-pairs between vertices is available in the C and C++ API. It also enable the retrieval of the top k vertices.
This PR:
- Exposes the new all-pairs Similarity algorithm to the PLC and python API
- Add SG and MG python tests
- Add docstrings with examples
closes #4470