Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels