Compute a dissimilarity score between two arrays of vectors x and y.
x and y can have different lengths, but all vectors in x and y must have
the same length.
- Parameters:
x (2D array) – size (number of vectors, vector length)
y (2D array) – size (number of vectors, vector length)
gap_extremity (float)
- Return type:
float