vickumar1981/stringdistance

Add distance metric: Tanimoto variant of Jaccard score

vickumar1981 opened this issue · 1 comments

Add an implementation for the tanimoto variant of the jaccard distance/score.

https://en.wikipedia.org/wiki/Jaccard_index#Tanimoto_coefficient_(extended_Jaccard_coefficient)

Note: For the tanimoto algorithm, the score is unnecessary b/c it will/outhgt to be the same as the jaccard score - the distances should be different.

Addressed by: #13