Is there any way to port the predict process of a machine learning model to C/C++ codes

조회 수: 1 (최근 30일)
If I have learned a classification model(such as SVM) by Statistics and Machine Learning Toolbox, I could export this model to the workspace. When I want to predict new data using mode, I could use the following command:
y_fit = trainedClassifier.predictFcn(pred_data);
Is there any way to port this predict process to C/C++ codes? Thus when I want to predict, I could use C/C++ codes and avoid using any matlab script.

답변 (1개)

Bernhard Suhm
Bernhard Suhm 2018년 9월 20일
Little late, but since 2017, with MATLAB Coder you can generate C/C++ code for your machine learning prediction function.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by