#include <math.h>
#include "mex.h"
#include "memory.h"
|
void | classForest (int *mdim, int *ntest, int *nclass, int *maxcat, int *nrnodes, int *ntree, double *x, double *xbestsplit, double *pid, double *cutoff, double *countts, int *treemap, int *nodestatus, int *cat, int *nodeclass, int *jts, int *jet, int *bestvar, int *node, int *treeSize, int *keepPred, int *prox, double *proxMat, int *nodes) |
|
void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
|
◆ DEBUG_ON
◆ classForest()
void classForest |
( |
int * | mdim, |
|
|
int * | ntest, |
|
|
int * | nclass, |
|
|
int * | maxcat, |
|
|
int * | nrnodes, |
|
|
int * | ntree, |
|
|
double * | x, |
|
|
double * | xbestsplit, |
|
|
double * | pid, |
|
|
double * | cutoff, |
|
|
double * | countts, |
|
|
int * | treemap, |
|
|
int * | nodestatus, |
|
|
int * | cat, |
|
|
int * | nodeclass, |
|
|
int * | jts, |
|
|
int * | jet, |
|
|
int * | bestvar, |
|
|
int * | node, |
|
|
int * | treeSize, |
|
|
int * | keepPred, |
|
|
int * | prox, |
|
|
double * | proxMat, |
|
|
int * | nodes ) |
◆ mexFunction()
void mexFunction |
( |
int | nlhs, |
|
|
mxArray * | plhs[], |
|
|
int | nrhs, |
|
|
const mxArray * | prhs[] ) |