-
Notifications
You must be signed in to change notification settings - Fork 4
Implement Hamming distance #9
Open
Description
The Hamming distance can typically be used to compute the distance between two bit strings very easily, by doing sum(xor(a,b)). It counts the number of dissimilar elements between the strings. It can be used as a distance measurement for feature matching.
Activity
Metadata
Metadata
Assignees
Labels
No labels