Macros | Functions
svmpredict.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../svm.h"
#include "mex.h"
#include "svm_model_matlab.h"
Include dependency graph for svmpredict.c:

Go to the source code of this file.

Macros

#define CMD_LEN   2048
 

Functions

void exit_with_help ()
 
static void fake_answer (mxArray *plhs[])
 
void mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
 
void predict (mxArray *plhs[], const mxArray *prhs[], struct svm_model *model, const int predict_probability)
 
void read_sparse_instance (const mxArray *prhs, int index, struct svm_node *x)
 

Macro Definition Documentation

#define CMD_LEN   2048

Definition at line 15 of file svmpredict.c.

Function Documentation

void exit_with_help ( )

Definition at line 241 of file svmpredict.c.

static void fake_answer ( mxArray *  plhs[])
static

Definition at line 39 of file svmpredict.c.

void mexFunction ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
const mxArray *  prhs[] 
)

Definition at line 256 of file svmpredict.c.

void predict ( mxArray *  plhs[],
const mxArray *  prhs[],
struct svm_model model,
const int  predict_probability 
)

Definition at line 46 of file svmpredict.c.

void read_sparse_instance ( const mxArray *  prhs,
int  index,
struct svm_node x 
)

Definition at line 17 of file svmpredict.c.



haf_grasping
Author(s): David Fischinger
autogenerated on Mon Jun 10 2019 13:28:43