We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Define a C API for Jaccard, Overlap and Sorensen algorithms.
The text was updated successfully, but these errors were encountered:
Define C and C++ APIs for Jaccard/Sorensen/Overlap (#2624)
3eb2b40
This PR defines C and C++ APIs for the similarity algorithms Jaccard, Sorensen and Overlap, as well as the C++ unit tests. Legacy implementation of Jaccard and Overlap are moved to a legacy directory to make the transition clear. Closes #2541 Closes #2542 Closes #2544 Closes #2545 Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Seunghwa Kang (https://github.com/seunghwak) - Naim (https://github.com/naimnv) - Joseph Nke (https://github.com/jnke2016) - Rick Ratzel (https://github.com/rlratzel) URL: #2624
ChuckHastings
Successfully merging a pull request may close this issue.
Define a C API for Jaccard, Overlap and Sorensen algorithms.
The text was updated successfully, but these errors were encountered: