cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

Expose new all-pairs Similarity algorithms

Open jnke2016 opened this issue 1 year ago • 0 comments

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

jnke2016 avatar Jun 24 '24 22:06 jnke2016