←
LucasL
→
Multinomial
/
Reference of Built-in Symbols
/
Integer Functions
/
Combinatorial Functions
/
MatchingDissimilarity
/
MatchingDissimilarity
WMA link
MatchingDissimilarity
[
u
,
v
]
returns the Matching dissimilarity between the two Boolean 1-D lists
u
and
v
, which is defined as $(c_{tf} + c_{ft}) / n$, where
n
is len(
u
) and $c_{ij}$ is the number of occurrences of $u[k]=i$ and $v[k]=j$ for $k < n$.
MatchingDissimilarity[{1, 0, 1, 1, 0, 1, 1}, {0, 1, 1, 0, 0, 0, 1}]
←
LucasL
→
Multinomial