OETanimoto¶
float OETanimoto(const OEFingerPrint &fpA, const OEFingerPrint &fpB)
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