Computes the squared Euclidean distance between two n-vectors u and v, which is defined as
{||u-v||}_2^2.
u : ndarray
An n-dimensional vector.
v : ndarray
d : double
The squared Euclidean distance between vectors u and v.
scipy.spatial.distance.sokalsneath
scipy.spatial.distance.yule
Enter search terms or a module, class or function name.