You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clkhash now has built-in support for different comparison methods. To expand our offering in that space, I propose to implement fuzzy integer comparison.
Use the idea of BitVectors (see #3) to implement integer comparison where the difference between two integer defines the similarity.
Follow the structure of #285 and take #290 as an example.
The text was updated successfully, but these errors were encountered:
Clkhash now has built-in support for different comparison methods. To expand our offering in that space, I propose to implement fuzzy integer comparison.
Use the idea of BitVectors (see #3) to implement integer comparison where the difference between two integer defines the similarity.
Follow the structure of #285 and take #290 as an example.
The text was updated successfully, but these errors were encountered: