OEDice

float OEDice(const OEFingerPrint& fpA, const OEFingerPrint& fpB)

Calculates the Dice similarity value of two OEFingerPrint objects.

Formula:

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

See also