Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mex_ClassificationRF_predict.cpp File Reference
#include <math.h>
#include "mex.h"
#include "memory.h"
Include dependency graph for mex_ClassificationRF_predict.cpp:

Macros

#define DEBUG_ON   0
 

Functions

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[])
 

Macro Definition Documentation

◆ DEBUG_ON

#define DEBUG_ON   0

Function Documentation

◆ 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 )

Referenced by mexFunction().

Here is the caller graph for this function:

◆ mexFunction()

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

References classForest(), and DEBUG_ON.

Here is the call graph for this function: