Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mex_regressionRF_predict.cpp File Reference
#include "math.h"
#include "reg_RF.h"
Include dependency graph for mex_regressionRF_predict.cpp:

Macros

#define DEBUG_ON   0
 

Functions

void regForest (double *x, double *ypred, int *mdim, int *n, int *ntree, int *lDaughter, int *rDaughter, SMALL_INT *nodestatus, int *nrnodes, double *xsplit, double *avnodes, int *mbest, int *treeSize, int *cat, int maxcat, int *keepPred, double *allpred, int doProx, double *proxMat, int *nodes, int *nodex)
 

Macro Definition Documentation

◆ DEBUG_ON

#define DEBUG_ON   0

Function Documentation

◆ regForest()

void regForest ( double * x,
double * ypred,
int * mdim,
int * n,
int * ntree,
int * lDaughter,
int * rDaughter,
SMALL_INT * nodestatus,
int * nrnodes,
double * xsplit,
double * avnodes,
int * mbest,
int * treeSize,
int * cat,
int maxcat,
int * keepPred,
double * allpred,
int doProx,
double * proxMat,
int * nodes,
int * nodex )