How to export a Classification Learner model into a Simulink block

조회 수: 22 (최근 30일)
JiFeng Zhang
JiFeng Zhang 2020년 6월 9일
댓글: Vishal Sharma 2020년 7월 24일
In my Simulink model, I want a block which can classify 5 input signals into 7 class. I use the Classification Learner App and trained in fine KNN, but I don‘t know how export the training result into a Simulink block that I can use in my model. Just like when I train a neural network and use 'gensim' to obtain a Simulink block.

답변 (1개)

Sean de Wolski
Sean de Wolski 2020년 6월 9일
I find it's easier to generate the code from the classification learner, copy out just the fit*() algorithm and retrain it to a model. Then save that model and then put that into a Simulink function like in this example: https://www.mathworks.com/help/stats/predict-class-labels-using-matlab-function-block.html
The output from classification learner directly is hard to use otherwise.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by