-
Thanks for the library and excellent documentation.
I have ~30 million documents that I've computed LeanMinHashes for. I want to essentially create a graph of documents where each edge corresponds …
-
Running Mint 21 (Ubuntu 22.04). `cmake` ran fine, `make` gives some c errors.
```
user@computer:/iLASH/build$ cmake ..
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identifi…
-
Hi!
I'm trying to add this filter to Weka, but I've got a mistake from GIT's bash at the last step when I introduce the next command:
java -cp instanceselection.jar:weka.jar weka.gui.GUIChooser
T…
-
Exception in thread "main" java.lang.UnsatisfiedLinkError: no jniopenblas_nolapack in java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
at java.base/java.lang.ClassLoader.loa…
-
hm2.cpp:1469:8: warning: address of local variable ‘c’ returned [-Wreturn-local-addr]
float c[3];
^
In file included from /usr/local/include/flann/util/matrix.h:35:0,
fr…
-
https://ansvver.github.io/lsh_simhash.html
-
Hi, first thank you for this work. I would like use your code in my experiments. However, it seems that the DILCA dissimilarity is not used in distance computations in your current implementation of L…
-
Hi, I've working on inserting million of records. 17 821 775 specifically, the problem is that the average rate of insertion is 162.8 records per second and a full insertion takes from 17 to 34 hours,…
-
Hello,
I'm using the java-LSH code, I consider that it is a great project.
LSH is a technique for handling high-dimensional datasets, for instance datasets that have 100000 features, or even more...…
-