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 件)

カテゴリ

ヘルプ センター および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

質問済み:

2020 年 6 月 6 日

コメント済み:

2020 年 6 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by