Skip to content

Releases: tdebatty/java-LSH

v0.12

24 Jun 19:23

Choose a tag to compare

[maven-release-plugin] copy for tag v0.12

v0.11

10 Apr 19:54

Choose a tag to compare

  • fix hash function

v0.10

10 Aug 10:02

Choose a tag to compare

  • adds the possibility to use an initial seed

v0.9

20 May 06:12

Choose a tag to compare

Added support for large vectors in MinHash

Speed improvement

19 Nov 12:07

Choose a tag to compare

To compute MinHash signature, loop over 'true' values, instead of loop over all values of dictionary to speedup computation when dictionary size is large.
Based on pull request by Sven Schröder

v0.6

24 Jun 07:06

Choose a tag to compare

[maven-release-plugin] copy for tag v0.6

v0.4

09 Apr 12:50

Choose a tag to compare

[maven-release-plugin] copy for tag v0.4

LSH-MinHash and LSH-Super-Bit

09 Apr 12:22

Choose a tag to compare

v0.3

[maven-release-plugin] copy for tag v0.3

Initial release

28 Jan 14:44

Choose a tag to compare

Implemented:

  • Shingling
  • MinHash
  • LSH