how to use already trained model in app designer for classification purpose.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Jeenal Rambhia
el 2 de Mayo de 2019
Respondida: Drew
el 27 de Feb. de 2023
i am able to load trained model in workspace using app designer, i want to know what is code to test the test data using this model via app designer. and how to access the result of classification in app designer. normally i use this in command window which works fine " ypred = trainedModel.predictFcn(predict21feature);"
"
0 comentarios
Respuesta aceptada
Drew
el 27 de Feb. de 2023
This question is answered at https://www.mathworks.com/matlabcentral/answers/1718885-using-a-trained-regression-model-in-app-designer
If this answers your question, please remember to accept this answer.
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.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!