Related to Classification Learner App
Afficher commentaires plus anciens
Hello all, I am working on SVM classification. I had written the MATLAB code to train the SVM classifier using the line "Mdl_SVM = fitcsvm(feat_training,label_train);". Further, I am test the model using the line "Predic_label_SVM = predict(Mdl_SVM,feat_testing)" and plotted the desired result.
Also, I am trying to perform the same task using Classification learner app. However, my query is that I am getting different results using the two approach i.e., one with using "fitcsvm, predict" and classification learner app.
Any help in this regard will be highly appreciated.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Classification Learner App dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!