Description Usage Arguments Details Value
hammingDist(a,b)
finds the hamming distance between two vectors a
and b
.
1 | hammingDist(a, b)
|
a |
first vector |
b |
second vector |
The hamming distance is the number of elements that differs between two arrays.
Hamming distance between a
and b
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.