OEManhattan

float OEManhattan(const OEFingerPrint& fpA, const OEFingerPrint& fpB)

Calculates the Manhattan similarity value of two OEFingerPrint objects.

Formula:

\(Sim_{Manhattan}(A,B) = \frac{onlyA + onlyB}{onlyA + onlyB + bothAB + neitherAB}\)

See also