Transformation of trained model into an equation - Classification Learner
Show older comments
Problem Statement: Multi-class classification (3 classes)
Approach: Classification learner app - Ensemble (bagged trees) and SVM (cubic) are showing better results
Question: Using the parameters in the trained model, is there a way to develop an equation which can predict the classes? In other words, how to use the parameters in the trained model to make new predictions instead of directly using predict command? I need an equation to use it for control design. (Models are attached).
2 Comments
Iuliu Ardelean
on 17 Jan 2021
Are you looking to actually write your own SVM and Ensemble models? Will the "equations" be used in MATLAB or somewhere else?
Sadaf Batool
on 17 Jan 2021
Accepted Answer
More Answers (0)
Categories
Find more on Classification Ensembles 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!