Go to the source code of this file.
Functions | |
struct svm_model * | matlab_matrix_to_model (const mxArray *matlab_struct, const char **error_message) |
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 | ||
) | [read] |
Definition at line 211 of file svm_model_matlab.c.
const char* model_to_matlab_structure | ( | mxArray * | plhs[], |
int | num_of_feature, | ||
struct svm_model * | model | ||
) |
Definition at line 31 of file svm_model_matlab.c.