Re: [R] euclidean dist. between matrices

2012-11-17 Thread arun
885.32 #6 38053.42 A.K. - Original Message - From: eliza botto To: "r-help@r-project.org" Cc: Sent: Saturday, November 17, 2012 9:07 PM Subject: [R] euclidean dist. between matrices Dear Users,I have two matrices A=15*365 and B=1*365. i want to calculate "Euclidean

Re: [R] euclidean dist. between matrices

2012-11-17 Thread David L Carlson
lto:r-help-bounces@r- > project.org] On Behalf Of eliza botto > Sent: Saturday, November 17, 2012 8:08 PM > To: r-help@r-project.org > Subject: [R] euclidean dist. between matrices > > > Dear Users,I have two matrices A=15*365 and B=1*365. i want to > calculate "Euclide

[R] euclidean dist. between matrices

2012-11-17 Thread eliza botto
Dear Users,I have two matrices A=15*365 and B=1*365. i want to calculate "Euclidean Distance" between these matrices in such a way that i should have euclidean distance of matrix B against all the columns of matrix A. More precisely, first i want euclidean dist. of column 1 of A against B, then