App Designer for Classification
이전 댓글 표시
I have trained and tested a set of data with the RUSBoosted Tree ensemble based algorithm in classification learner.
However, I would like to apply the classification function in the App designer.
May I get some recommended ideas on how to do so?
답변 (1개)
Image Analyst
2022년 6월 28일
0 개 추천
In the learner, export the model to a .mat file. Then in your app read in the mat file and call it like the mat file tells you to.
댓글 수: 5
Haw Jia Yong
2022년 6월 28일
Image Analyst
2022년 6월 28일
You forgot to attach your exported mat file. When you read it in, it will tell you how to call it
Classification=load('ClassificationLearnerSession1.mat') % No semicolon!!!
Then look in the command window. One of the fields of s should be a string telling you how to call it.
Haw Jia Yong
2022년 6월 28일
Image Analyst
2022년 6월 28일
You forgot to attach the model in the .mat file again. And you also forgot to attach your .mlapp file. I'll check back later.
Haw Jia Yong
2022년 6월 28일
카테고리
도움말 센터 및 File Exchange에서 Classification Ensembles에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!