Getting the distances from classes in knnclassify
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I ve got a test and train set and I want to create a classifier using knnclassify. I using matlab knnclassify class = knnclassify(words, dictionary, 1:20); where matrix words are the test set dictionary the train set and 1:20 my labels. I am wondering how is it possible to get except from the returned class the distance from those classes in the output.
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Hypothesis Tests in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!