Skip to content

Commit 2a2f99c

Browse files
committed
Merge branch 'master' of github.com:kernelmethod/LSHFunctions.jl
2 parents 7c19d9f + 9717694 commit 2a2f99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ hashfn = LSHFunction(similarity function,
5656
For example, the following snippet generates 10 locality-sensitive hash functions (bundled together into a single `SimHash` struct) for cosine similarity:
5757

5858
```julia
59-
julia> using LSH;
59+
julia> using LSHFunction;
6060

6161
julia> hashfn = LSHFunction(cossim, 10);
6262

0 commit comments

Comments
 (0)