distance.m
Version 1.0.0.0 (814 Bytes) von
R. Bunschoten
A fully vectorized function that computes the Euclidean distance matrix between two sets of vectors.
29K Downloads
Aktualisiert
3. Nov 1999
Keine Lizenz
A fully vectorized function that computes the Euclidean distance matrix between two sets of vectors.
The output is the same as MathWorks' (Neural Network Toolbox) 'dist' funtion (ie, d = dist(A',B), where A is a (DxM) matrix and B a (DxN) matrix, returns the same as my d = distance(A,B) ), but this function executes much faster.
Zitieren als
R. Bunschoten (2026). distance.m (https://de.mathworks.com/matlabcentral/fileexchange/71-distance-m), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R10
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Mehr zu Fuzzy Logic Toolbox finden Sie in Help Center und MATLAB Answers
Tags
Quellenangaben
Inspiriert: IPDM: Inter-Point Distance Matrix, Efficient K-Nearest Neighbor Search using JIT
Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.0.0 |
