difference between x**2 and X.T in numpy euclidean distance

后端 未结 0 507
闹比i
闹比i 2020-12-05 10:04

I want to calculate the Euclidean Distance (E.D.) between two matrices (X and Z) of different sizes. The E.D. equation is D(X,Z) = sqrt((X-Z)(X-Z).T). Breaking this out in

相关标签:
回答
  • 消灭零回复
提交回复
热议问题