cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

Expose new all-pairs Similarity algorithms to PLC

Open ChuckHastings opened this issue 8 months ago • 0 comments

We implemented a C++ capability to initiate an all-pairs similarity algorithms directly without first creating a list of 2-hop neighbors. This feature also adds a topk parameter which allows for executing the all-pairs computation in batches and only keeping the top k results. This would enable execution of all-pairs similarity algorithms on larger graphs (when the topk parameter is specified) than would otherwise be possible.

Expose this feature to PLC.

ChuckHastings avatar Jun 06 '24 20:06 ChuckHastings