Returns the distances between vectors in two arrays
Parameters : | p: np.ndarray (PxM) :
q: np.ndarray (QxM) :
nrm: float (default: 2) :
|
---|---|
Returns : | pq: np.ndarray (PxQ) :
|
Notes
If p or q are vectors (one-dimensional) then pq is also a vector