saveLearnerForCoder doesnt worok in Matlab 2019a. Whch function should I use for saving the machine learning model ?
1 回表示 (過去 30 日間)
古いコメントを表示
For example
: I tried to run following code , but it doesnt work in 2019a.
saveLearnerForCoder(trainedModel.ClassificationSVM,'ClassificationLearnerModel')
Can anyone suggest any other alternative ?
Regards,
Koustubh
0 件のコメント
回答 (1 件)
Walter Roberson
2020 年 6 月 8 日
Sorry, there was no support for generating code for the learners before R2019b.
In some cases such as SVM with some settings it was plausible to extract the parameters from the learner object and implement the calculations yourself, but nothing automatic, and some of the combinations of parameters were tricky to implement.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!