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

How to use LSH in Hamming #11

Open
zhuguocheng29 opened this issue Jul 14, 2017 · 0 comments
Open

How to use LSH in Hamming #11

zhuguocheng29 opened this issue Jul 14, 2017 · 0 comments

Comments

@zhuguocheng29
Copy link

As a naive learner I want to ask a naive question that how to use LSH in Hamming. I have tried use BinLSH, however it can not run successfully, the format is as below and the dataset is your test dataset.

String[] test = new String[]{"-d","D:/TarsosLSH/build/dataset.txt","-q","D:/TarsosLSH/build/queries.txt"};
BinCommandLineInterface cli = new BinCommandLineInterface(test);

the problem is:
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 0, Size: 0

Could you tell me how to solve this problem? I will be appreciated it if you give me the answer as soon as possible.Thank you.

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

No branches or pull requests

1 participant