ACDC_KNOSYS-2021/MSC/libsvm-weights-3.20/matlab/svm_model_matlab.h

3 lines
203 B
C

const char *model_to_matlab_structure(mxArray *plhs[], int num_of_feature, struct svm_model *model);
struct svm_model *matlab_matrix_to_model(const mxArray *matlab_struct, const char **error_message);