Setting a starting distance value in pdist

1 Ansicht (letzte 30 Tage)
med-sweng
med-sweng am 9 Sep. 2014
Kommentiert: med-sweng am 9 Sep. 2014
Hi!
I'm using pdist to find the distance between two matrices. Those matrices change for every run of the program.
My question here is, what would be a starting value for the distance value, such that that value will be considered the minimum distance value.
After I run the first iteration, I want to compare the new distance result with that initial minimum distance set earlier, such that, if the new distance is smaller, it will be considered the minimum, and then the program will go to the next iteration.
The program will stop if the new calculated distance is not less than the minimum.
So, the issue here is, what would be the starting minimum for the distance, provided that for instance, after running one iteration of the program, a value I obtained for pdist was 50.5292.
Thanks.

Antworten (1)

Adam
Adam am 9 Sep. 2014
Can't you just initialise to Inf? Am I missing some subtlety in the question?
  1 Kommentar
med-sweng
med-sweng am 9 Sep. 2014
Thanks for your reply. What do you just mean by "Inf"?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by