conversions {BioCor} | R Documentation |
Functions to convert the similarity coefficients between Jaccard and Dice. D2J is the opposite of J2D.
D2J(D) J2D(J)
D |
Dice coefficient, as returned by |
J |
Jaccard coefficient |
A numeric value.
LluĂs Revilla
D2J(0.5) J2D(0.5) D2J(J2D(0.5))