Matlab Coder and the Classifica​tionNeural​Network model

2 Ansichten (letzte 30 Tage)
Lawrence Berman
Lawrence Berman am 3 Mai 2021
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.

Antworten (1)

Shiva Kalyan Diwakaruni
Shiva Kalyan Diwakaruni am 6 Mai 2021
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.

Community Treasure Hunt

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

Start Hunting!

Translated by