JACCARD_DISTANCE
JACCARD_DISTANCE
is a shorthand version of the
VECTOR_DISTANCE
function that calculates the jaccard distance between
two vectors. It takes two BINARY
vectors as input and returns the distance
between them as a BINARY_DOUBLE
.
Parameters
-
expr1
andexpr2
must evaluate toBINARY
vectors and have the same number of dimensions. If either expression is not aBINARY
vector, an error is raised. -
JACCARD_DISTANCE
returns NULL if eitherexpr1
orexpr2
is NULL.
Parent topic: Vector Distance Functions and Operators