OEEuclid¶
float OEEuclid(const OEFingerPrint &fpA, const OEFingerPrint &fpB)
Calculates the Euclidean similarity value of two OEFingerPrint objects.
- Formula:
\(Sim_{Euclid}(A,B) = \sqrt{\frac{bothAB + neitherAB}{onlyA + onlyB + bothAB + neitherAB}}\)
See also
Euclidean section