Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: gosom/datasketch

Tags

v1.2.5

Toggle v1.2.5's commit message
fix ekzhu#35 results of forest index on weighted minhash is always empty

v1.2.4

Toggle v1.2.4's commit message
bump version

v1.2.3

Toggle v1.2.3's commit message
update version. update doc website

v1.2.0

Toggle v1.2.0's commit message
LSH Ensemble (ekzhu#25)

A slightly modified LSH Ensemble implementation. Update documentations.

v1.1.3

Toggle v1.1.3's commit message
update minhash benchmark plot

v1.1.2

Toggle v1.1.2's commit message
update serialization interface for lean minhash

v1.1.1

Toggle v1.1.1's commit message
Fix MinHash serialization bug ekzhu#18. (ekzhu#23)

* remove minhash serializtion override and give it to lean minhash

* add note in docs

* add reference to ekzhu#18

* update some metadata

v1.0.0

Toggle v1.0.0's commit message
fix typo in plot

v0.2.6

Toggle v0.2.6's commit message
fix typo in plot

v0.2.4

Toggle v0.2.4's commit message
fix windows Python int bug (ekzhu#4) and use Python build-in random n…

…umber generator