Matlab Coder and the Classifica​tionNeural​Network model

조회 수: 5 (최근 30일)
Lawrence Berman
Lawrence Berman 2021년 5월 3일
답변: Shiva Kalyan Diwakaruni 2021년 5월 6일
Matlab Coder : Is the ClassificationNeuralNetwork model supported for code generation?
When I try to save the model using saveLearnerForCoder, I get the following error:
First argument must be a classification, regression, or nearest neighbor searcher model supported for code
generation.

답변 (1개)

Shiva Kalyan Diwakaruni
Shiva Kalyan Diwakaruni 2021년 5월 6일
Hi,
The above error is occurring because saveLearnerForCoder does not support ClassificationNeuralNetwork model for code generation.
check the below link to see which model objects are supported for code generation by saveLearnerForCoder
Hope it helps.

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by