Effacer les filtres
Effacer les filtres

How to calculate euclidean distance to a loaded dataset.?

2 vues (au cours des 30 derniers jours)
NAVEEN KUMAR
NAVEEN KUMAR le 26 Avr 2017
Modifié(e) : Andrew Newell le 27 Avr 2017
Sir, I have the data of 401*22double and we have to find the euclidean distance for that dataset.my dataset consists of 401 images with 22 features using pdist2 function.
  5 commentaires
Jan
Jan le 27 Avr 2017
There is no need for the 2 loops, because the body of the loop does not depend on x and y.
D = pdist2(sam',data');
This looks like it could do what you want. So what is the problem?
NAVEEN KUMAR
NAVEEN KUMAR le 27 Avr 2017
I do have a training data and a query image data, i need to check whether the query data is available in training or not, if available the query image data in training data should replace with zero so that it can match my query data....it is my problem?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by