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
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...
When I run the examples SuperBitExample, SuperBitSparseExample or LSHSuperBitExample, I note that they run OK. However, if I increase the number of dimension, for instance I put the number of dimension to 1000, then the speed of the program is very very slow.
Can I use this project for working with datasets that have high-dimensionality.?
Best regards,
Oscar
The text was updated successfully, but these errors were encountered:
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...
When I run the examples SuperBitExample, SuperBitSparseExample or LSHSuperBitExample, I note that they run OK. However, if I increase the number of dimension, for instance I put the number of dimension to 1000, then the speed of the program is very very slow.
Can I use this project for working with datasets that have high-dimensionality.?
Best regards,
Oscar
The text was updated successfully, but these errors were encountered: