#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../svm.h"
#include "mex.h"
#include "svm_model_matlab.h"
Go to the source code of this file.
|
int(* | info )(const char *fmt,...) = &mexPrintf |
|
◆ CMD_LEN
◆ exit_with_help()
◆ fake_answer()
static void fake_answer |
( |
mxArray * |
plhs[] | ) |
|
|
static |
◆ mexFunction()
void mexFunction |
( |
int |
nlhs, |
|
|
mxArray * |
plhs[], |
|
|
int |
nrhs, |
|
|
const mxArray * |
prhs[] |
|
) |
| |
◆ predict()
void predict |
( |
mxArray * |
plhs[], |
|
|
const mxArray * |
prhs[], |
|
|
struct svm_model * |
model, |
|
|
const int |
predict_probability |
|
) |
| |
◆ print_null()
int print_null |
( |
const char * |
s, |
|
|
|
... |
|
) |
| |
◆ read_sparse_instance()
void read_sparse_instance |
( |
const mxArray * |
prhs, |
|
|
int |
index, |
|
|
struct svm_node * |
x |
|
) |
| |
◆ info
int(* info) (const char *fmt,...) = &mexPrintf |