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

Given a minHash instance or minHash LSH , How to find most unsimilar instance with an existed minHash LSH? #189

Open
loulianzhang opened this issue Aug 8, 2022 · 2 comments
Labels

Comments

@loulianzhang
Copy link

In API document , we can learn how to find approximate neighbours with Jaccard similarity more than threshold . On the other hand, how to find most unsimilar instance. Further, given a minHash LSH which initialized by thousands of plain text - set A, and given other thousands of plain text - set B, how to discover most unsimilar text of set B with set A , or how to discover text of set B which jaccard similarity less than threshold . Is there as possible as fast solution to deal with this problem ? Thanks !

@ekzhu
Copy link
Owner

ekzhu commented Aug 19, 2022

For now MinHashLSH doesn't support dis-similarity search. Your usage scenario seems interesting. Can you describe it a bit more?

@ekzhu
Copy link
Owner

ekzhu commented Oct 11, 2022 via email

@ekzhu ekzhu added the question label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants