File: svm_model_matlab.h

package info (click to toggle)
libsvm 3.24%2Bds-6.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 996 kB
  • sloc: java: 3,680; cpp: 3,146; ansic: 2,253; python: 1,270; makefile: 154; sh: 41
file content (2 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (6)
1
2
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);