How to read a ‘CompactSVMModel’ save in a .mat file from a C++/Qt program
I tried to save a machine learning model into a .mat file, and then read it from a Qt/C++ application.
Following the documentation, I managed to read files containing basic types like double or int.
As my model is of type ‘classreg.learning.classif.CompactClassificationSVM’, I wonder if it is still possible to read it.