Recent content by Hisaji

  1. Hisaji

    Explain hamming distance satisfies the triangle inequity

    I like the approach, though this only works if we are considering binary alphabets. The hamming distance can be used on alphabets such as {1,2,3} in which case $$d(x,y) = \sum_{n=1}^{N} |x_n - y_n|$$, does not hold
Back
Top