I found the k nearest neighbours Mathcad implementation in M. Nixon's book but 'distance' and 'coord' functions don't work. How can I fix it? mathcad implementation
Asked
Active
Viewed 86 times
1 Answers
0
coord
return position of minimal value in the dist
. This function could be like that
distance
- Hmm, I think that is something wrong here
because it should be something like that
or some other distance between test
and i
element from the data

mr NAE
- 3,144
- 1
- 15
- 35