Answers for "distance for binary and continuou variables"

0

distance for binary and continuou variables

Gower similarity coefficient
for continuous: 1-|x1-x2|/range
other: 1-dice(x1, x2)
sum and average
Posted by: Guest on March-20-2022

Code answers related to "distance for binary and continuou variables"

Browse Popular Code Answers by Language