You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: