SokalSneathDissimilarity
returns the Sokal-Sneath dissimilarity between the two boolean 1-D lists
u
andv
, which is defined asR / (c_tt + R)
where n islen(u)
,c_ij
is the number of occurrences ofu(k)=i
andv(k)=j
fork<n
, andR = 2 * (c_tf + c_ft)
.
Examples
Implementation status
- ✅ - full supported