#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "mex.h"
Go to the source code of this file.
Functions | |
void | exit_with_help () |
void | libsvmwrite (const char *filename, const mxArray *label_vec, const mxArray *instance_mat) |
void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
void exit_with_help | ( | ) |
Definition at line 12 of file libsvmwrite.c.
void libsvmwrite | ( | const char * | filename, |
const mxArray * | label_vec, | ||
const mxArray * | instance_mat | ||
) |
Definition at line 19 of file libsvmwrite.c.
void mexFunction | ( | int | nlhs, |
mxArray * | plhs[], | ||
int | nrhs, | ||
const mxArray * | prhs[] | ||
) |
Definition at line 78 of file libsvmwrite.c.