Computes the weighted Minkowski distance between two 1-D arrays.
The weighted Minkowski distance between u and v, defined as
u : (N,) array_like
Input array.
v : (N,) array_like
p : int
The order of the norm of the difference .
w : (N,) array_like
The weight vector.
wminkowski : double
The weighted Minkowski distance between vectors u and v.
scipy.spatial.distance.sqeuclidean
scipy.spatial.distance.yule
Enter search terms or a module, class or function name.