cannot save the svm model

10 visualizaciones (últimos 30 días)
Golnoush Asaeikheybari
Golnoush Asaeikheybari el 6 de Jun. de 2020
Comentada: Asvin Kumar el 8 de Jun. de 2020
I have imported the SVM classification model learned in classification app. I have tried both of the codes below to save it but I get error. What is the probelsm?
saveLearnerForCoder(trainedSVMModel.ClassificationSVM, 'modelSVM');
saveCompactModel(trainedSVMModel.ClassificationSVM)
Here is the error I get for both of them:
Reference to non-existent field 'ClassificationSVM'.
Error in ex (line 5)
saveLearnerForCoder(trainedSVMModel.ClassificationSVM, 'modelSVM')
  1 comentario
Asvin Kumar
Asvin Kumar el 8 de Jun. de 2020
Please provide a way to recreate the error so anyone from the community can help.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by