App Designer for Classification

7 views (last 30 days)
Haw Jia Yong
Haw Jia Yong on 28 Jun 2022
Commented: Haw Jia Yong on 28 Jun 2022
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?

Answers (1)

Image Analyst
Image Analyst on 28 Jun 2022
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 Comments
Image Analyst
Image Analyst on 28 Jun 2022
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.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!