MDS, PCoA






















Hamming distance is a metric used to measure how many positions at which the corresponding elements (usually bits or characters) of two strings are different.
🔢 Definition
For two strings of equal length, the Hamming distance is the number of positions where the characters (or bits) differ.

✅ Example
Let’s compare two binary strings:
-
A =
1011101 -
B =
1001001
Compare position by position:
Hamming distance = 3



浙公网安备 33010602011771号