OEEuclid
OEEuclid(fpA: OEFingerPrint, fpB: OEFingerPrint) -> float
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