OEDice

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

Calculates the Dice similarity value of two OEFingerPrint objects.

Formula:

\(Sim_{Dice}(A,B) = \frac{2 *bothAB}{onlyA + onlyB + 2 * bothAB}\)

See also