Computes the correlation distance between two n-vectors u and v, which is defined as
where is the mean of a vectors elements and n is the common dimensionality of u and v.
u : ndarray
An -dimensional vector.
v : ndarray
d : double
The correlation distance between vectors u and v.
scipy.spatial.distance.cityblock
scipy.spatial.distance.cosine
Enter search terms or a module, class or function name.