What is the algorithm used by Matlab to create the Weighted KNN method on the classification App?
2 次查看(过去 30 天)
显示 更早的评论
I am using the classification app on a dataset and getting a good acuracy. But I would like to use a distance measured not offered by Matlab under that option (dtw). Since I cannot change the Matlab file, I would like to know at least where they got their algorithm from or how it works so I can write a script myself and use the distance measure I want. Can anybody help?
0 个评论
回答(1 个)
Mark Levin
2018-1-28
I have the same question... It looks to me like 1. Normalize your point 2. find the distance to 10 NN 3. take the 1./dist^2 sum it for every class and take the biggest... and don't forget to use apriori probability...
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Pattern Recognition and Classification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!