Euclidean Distance

Calculates euclidean distance between two vectors.
591 Downloads
Aktualisiert 31 Dez 2013

Lizenz anzeigen

'z=mydist(w,p)' calculates euclidean distance between two vectors w:SxR and p:RxQ and returns z:SxQ,distances between w's rows and p's columns.

This function serve same as Matlab 'dist(w,p)' but requires far less memory to compute.

It can help to overcome 'Out of memory error' in larger data set training in neural network.

Zitieren als

Ashok Kumar Pant (2024). Euclidean Distance (https://www.mathworks.com/matlabcentral/fileexchange/44870-euclidean-distance), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2012b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0