How can I train a model from Classification Learner App more than one time?

1 view (last 30 days)
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

Accepted Answer

Image Analyst
Image Analyst on 5 Mar 2017
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.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!