How can I train a model from Classification Learner App more than one time?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
JoBrand
el 5 de Mzo. de 2017
Respondida: Image Analyst
el 5 de Mzo. de 2017
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 comentarios
Respuesta aceptada
Image Analyst
el 5 de Mzo. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Classification Learner App en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!