mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
(*) Comment clarity
This commit is contained in:
parent
b0a874a842
commit
e4c97a91d8
@ -3,7 +3,7 @@ package nu.marginalia.lsh;
|
||||
/** This is a very simple locality sensitive hash for collections of Java objects.
|
||||
* <p>
|
||||
* The resulting LSH is a 64 bit value, whose hamming distance is a measure
|
||||
* of the similarity of the two collections, where smaller similarities imply
|
||||
* of the similarity of the two collections, where a smaller value implies
|
||||
* similarity.
|
||||
* <p>
|
||||
* It hinges on a lot of relatively sketchy assumptions about Object$hashCode().
|
||||
|
Loading…
Reference in New Issue
Block a user