how to find distance matrix using knnclassify in matlab?
1 次查看(过去 30 天)
显示 更早的评论
I work in image classication and I used two classifiers : svm et knn. the problem is that the knnclassify matlab function allows only return a list of labels test images (class) and I need to get out the distance matrix
class = knnclassify( TestData , TrainData , TrainLabels);
please help me how can I find the distance matrix ?? and thanks in advance
0 个评论
采纳的回答
Star Strider
2015-4-9
You likely have to use knnsearch to get the distances. See the documentation on Classification Using Nearest Neighbors for details.
4 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!