Related to Classification Learner App
古いコメントを表示
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.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Classification Learner App についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!