OEManhattan

OEManhattan(fpA: OEFingerPrint, fpB: OEFingerPrint) -> float

Calculates the Manhattan similarity value of two OEFingerPrint objects.

Formula:

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

See also