tdebatty / java-LSH

A Java implementation of Locality Sensitive Hashing (LSH)
Other
295 stars 84 forks source link

Request #7

Closed ogreyesp closed 8 years ago

ogreyesp commented 8 years ago

Hello,

Could you provide the code of info.debatty.java.utils.SparseDoubleVector and info.debatty.java.utils.SparseIntegerVector. I have downloaded the project, but these two files are not included in the zip file.

Best regards.

Oscar

tdebatty commented 8 years ago

Hello,

Those classes are currently part of the java-string-similarity package: https://github.com/tdebatty/java-string-similarity

https://github.com/tdebatty/java-string-similarity/tree/master/src/main/java/info/debatty/java/utils

Best regards,