필터 지우기
필터 지우기

cost function in classification learner app

조회 수: 2 (최근 30일)
Artem Bykanov
Artem Bykanov 2018년 5월 7일
편집: Stephan 2018년 5월 9일
How is it possible to use a costfunction/ penalty function for a Support Vector Machine in the classification Learner App?
If it is not possible, is there a way to train a SVM manually for more than 2 classes?

채택된 답변

Stephan
Stephan 2018년 5월 8일
Hi,
a cost function is not available as far as i know. For more than two classes you could use the function
fitcecoc
see documentation here:
Best regards
Stephan
  댓글 수: 2
Artem Bykanov
Artem Bykanov 2018년 5월 9일
Thanks for your answer!
Now I have another problem: In the classificationLearner App I can export a trained Model. (It is a 1x1 struct)
How can generate the same trained model? Because if I try to classify with fitcecoc and validate with crossval I dont get this 1x1 struct.
Best regards
Stephan
Stephan 2018년 5월 9일
편집: Stephan 2018년 5월 9일
Hi,
when you choose the option "generate code" from the button export model in the classification learner app you get a good commented script with matlab-code doing exactly what you choosed in classification learner app. Then you can modify for your purposes as you want. If you do SVM model with more than 2 classes, i guess the function classification learner will use
fitcecoc
See here for further information:
Best regards
Stephan

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Classification Learner App에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by