You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

svm_model_matlab.h 201 B

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

A Python package for graph kernels, graph edit distances and graph pre-image problem.