working of different classifying functions
1 次查看(过去 30 天)
显示 更早的评论
kNNclassify and NaiveBayes both classify sample data on the basis of its closest match. Which can also be thought of finding the euclidean dist between the sample and each of the training data to find the closest match.
What is the difference between each of the classifying function? Is it only on the basis of efficiency or is it different in it working as well.
I have talked about kNN and Naive Bayes because I am familiar only with these two.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Classification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!