How can I train a model from Classification Learner App more than one time?
1 view (last 30 days)
Show older comments
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 Comments
Accepted Answer
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.
0 Comments
More Answers (0)
See Also
Categories
Find more on Classification Learner App in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!