distance.m
Versione 1.0.0.0 (814 Byte) da
R. Bunschoten
A fully vectorized function that computes the Euclidean distance matrix between two sets of vectors.
29K download
Aggiornato
3 nov 1999
Nessuna licenza
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.
Cita come
R. Bunschoten (2026). distance.m (https://it.mathworks.com/matlabcentral/fileexchange/71-distance-m), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R10
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Fuzzy Logic Toolbox in Help Center e MATLAB Answers
Tag
Riconoscimenti
Ispirato: IPDM: Inter-Point Distance Matrix, Efficient K-Nearest Neighbor Search using JIT
Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
