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

采纳的回答

Image Analyst
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 个)

类别

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