cannot save the svm model

조회 수: 10 (최근 30일)
Golnoush Asaeikheybari
Golnoush Asaeikheybari 2020년 6월 6일
댓글: Asvin Kumar 2020년 6월 8일
I have imported the SVM classification model learned in classification app. I have tried both of the codes below to save it but I get error. What is the probelsm?
saveLearnerForCoder(trainedSVMModel.ClassificationSVM, 'modelSVM');
saveCompactModel(trainedSVMModel.ClassificationSVM)
Here is the error I get for both of them:
Reference to non-existent field 'ClassificationSVM'.
Error in ex (line 5)
saveLearnerForCoder(trainedSVMModel.ClassificationSVM, 'modelSVM')
  댓글 수: 1
Asvin Kumar
Asvin Kumar 2020년 6월 8일
Please provide a way to recreate the error so anyone from the community can help.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by