OETanimoto
OETanimoto(fpA: OEFingerPrint, fpB: OEFingerPrint) -> float
Calculates the Tanimoto
similarity value of two OEFingerPrint objects.
- Formula:
\(Sim_{Tanimoto}(A,B) = \frac{bothAB}{|A| + |B| - bothAB} = \frac{bothAB}{onlyA + onlyB + bothAB}\)
See also
Tanimoto section