I have two numpy arrays with the dimension of 2*1 and 2*149. Which function should I use to calculate the Euclidean distance for 2 different size arrays?
Asked
Active
Viewed 1,210 times
0
-
Scipy cdist : `cdist(a.T, b.T)`. – Divakar Jul 08 '17 at 03:08
-
Why did you comment out the headline? – Klaus D. Jul 08 '17 at 03:16
-
1This isn't Twitter – OneCricketeer Jul 08 '17 at 03:24