-
Notifications
You must be signed in to change notification settings - Fork 304
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 #4502
Expose new all-pairs Similarity algorithms #4502
Conversation
… similarity algorithms
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the C part.
…8_all-pairs-similarity
…8_all-pairs-similarity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Joseph! I didn't see any issues with the implementations but I have some comments about the docstrings.
Also, moving forward, we should probably have examples in the docstrings for each one. It would also be helpful if the examples showed at least some of the results so users can see what to expect.
/merge |
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:
closes #4470