Transformation of trained model into an equation - Classification Learner
조회 수: 3 (최근 30일)
이전 댓글 표시
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
Iuliu Ardelean
2021년 1월 17일
Are you looking to actually write your own SVM and Ensemble models? Will the "equations" be used in MATLAB or somewhere else?
채택된 답변
Raynier Suresh
2021년 1월 22일
One way is to take the equation from the documentation and replace the variable with the parameters from the trained model. You can refer the below links to know about the equation's
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Classification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!