How can I train a model from Classification Learner App more than one time?
1 次查看(过去 30 天)
显示 更早的评论
I can export the Classifier from the Classification Learner App and learn it once with:
%For example, to retrain a classifier trained with the original data setT, enter:
[trainedClassifier, validationAccuracy] = trainClassifier(T)
But is it possible to learn the same Classifier more than one time with different Data?
How can I save the new trained Classifier to train it again?
Thank you
0 个评论
采纳的回答
Image Analyst
2017-3-5
I don't believe so. It's a manual, interactive app that is meant to try out one method with one data set at a time. You can save the algorithm by exporting the code, that way you can get lots of scripts - one for each scenario you try.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Classification Learner App 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!