Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose new all-pairs Similarity algorithms to PLC #4470

Closed
ChuckHastings opened this issue Jun 6, 2024 · 0 comments · Fixed by #4502
Closed

Expose new all-pairs Similarity algorithms to PLC #4470

ChuckHastings opened this issue Jun 6, 2024 · 0 comments · Fixed by #4502
Assignees

Comments

@ChuckHastings
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants