Related to Classification Learner App
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Classification Learner App en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!