Rank: 332 based on 192 downloads (last 30 days) and 1 file submitted
photo

R. Bunschoten

E-mail
Company/University
Univ van Amsterdam

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by R.
Updated   File Tags Downloads
(last 30 days)
Comments Rating
03 Nov 1999 distance.m A fully vectorized function that computes the Euclidean distance matrix between two sets of vectors. Author: R. Bunschoten dist, euclidean, distance, neural networks, fuzzy logic, l2 192 22
  • 4.61111
4.6 | 18 ratings
Comments and Ratings on R.'s Files View all
Updated File Comment by Comments Rating
21 Sep 2011 distance.m A fully vectorized function that computes the Euclidean distance matrix between two sets of vectors. Author: R. Bunschoten vince

I find a simple

sqrt((a-b)'*(a-b))

faster to compute the Euclidean distance

30 Aug 2011 distance.m A fully vectorized function that computes the Euclidean distance matrix between two sets of vectors. Author: R. Bunschoten Torabi, Ali Asghar

Thanks. using repmat has made it useful and fast.

26 Feb 2011 distance.m A fully vectorized function that computes the Euclidean distance matrix between two sets of vectors. Author: R. Bunschoten Tacchetti, Andrea

Things can go wrong in extreme cases.
If dimensionality is very high numerical errors will kick in.

I have twenty-five hundred 10'000 dimensional vectors stored in matrix X and

~
sum(diag(distance(X',X'))) = 6e-4;
~

Other than that, great job!

11 Jan 2011 distance.m A fully vectorized function that computes the Euclidean distance matrix between two sets of vectors. Author: R. Bunschoten R., T.
11 Jan 2011 distance.m A fully vectorized function that computes the Euclidean distance matrix between two sets of vectors. Author: R. Bunschoten George

Why is the -2ab term included?

Top Tags Applied by R.
dist, distance, euclidean, fuzzy logic, neural networks
Files Tagged by R.
Updated   File Tags Downloads
(last 30 days)
Comments Rating
03 Nov 1999 distance.m A fully vectorized function that computes the Euclidean distance matrix between two sets of vectors. Author: R. Bunschoten dist, euclidean, distance, neural networks, fuzzy logic, l2 192 22
  • 4.61111
4.6 | 18 ratings

Contact us at files@mathworks.com