Computes the Chebyshev distance between two n-vectors u and v, which is defined as
\max_i {|u_i-v_i|}.
u : ndarray
An n-dimensional vector.
v : ndarray
d : double
The Chebyshev distance between vectors u and v.
scipy.spatial.distance.canberra
scipy.spatial.distance.cityblock
Enter search terms or a module, class or function name.