Computes the squared Euclidean distance between two 1-D arrays.
The squared Euclidean distance between u and v is defined as
u : (N,) array_like
Input array.
v : (N,) array_like
sqeuclidean : double
The squared Euclidean distance between vectors u and v.
scipy.spatial.distance.sokalsneath
scipy.spatial.distance.wminkowski
Enter search terms or a module, class or function name.