Problemm with saveCompactmodel and fitPosterior
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi! I'm trying to use saveCompactModel to save an SVM model that is equipped to predict posterior probabilities but I get this error : Error using classreg.learning.classif.CompactClassificationSVM/toStruct (line 234) Score transformations including transformations to posterior probabilities are not supported for code generation. Error in saveCompactModel (line 17) compactStruct = toStruct(compactObj); %#ok<NASGU>
knowing that it seems to be possible to do in Matlab documentation ( see attached picture). Can anyone help me ? thanks in advance!
0 Commenti
Risposte (1)
Gokhan Atinc
il 2 Ott 2017
Hi,
It seems like you are using a previous version of MATLAB and not the latest version, R2017b. Code generation support for models equipped to predict posterior probabilities is introduced in R2017b, thus you should be able to generate code for such a SVM model in R2017b. The documentation you are referring to is also for R2017b.
Regards,
Gokhan Atinc
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!