working of different classifying functions
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Classification finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!