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