|
void | seedMT (uint32 seed) |
|
uint32 | reloadMT (void) |
|
uint32 | randomMT (void) |
|
void | buildtree_ (int *a, int *b, int *cl, int *cat, int *maxcat, int *mdim, int *nsample, int *nclass, int *treemap, int *bestvar, int *bestsplit, int *bestsplitnext, double *tgini, int *nodestatus, int *nodepop, int *nodestart, double *classpop, double *tclasspop, double *tclasscat, int *ta, int *nrnodes, int *, int *, int *, int *, int *, int *, int *, double *, double *, double *, int *, int *, int *) |
|
void | rrand_ (double *r) |
|
double | unif_rand () |
|
void * | S_alloc_alt (int a, int b) |
|
void | GetRNGstate () |
|
void | PutRNGstate () |
|
void | oob (int nsample, int nclass, int *jin, int *cl, int *jtr, int *jerr, int *counttr, int *out, double *errtr, int *jest, double *cutoff) |
|
void | TestSetError (double *countts, int *jts, int *clts, int *jet, int ntest, int nclass, int nvote, double *errts, int labelts, int *nclts, double *cutoff) |
|
void | classRF (double *x, int *dimx, int *cl, int *ncl, int *cat, int *maxcat, int *sampsize, int *strata, int *Options, int *ntree, int *nvar, int *ipi, double *classwt, double *cut, int *nodesize, int *outcl, int *counttr, double *prox, double *imprt, double *impsd, double *impmat, int *nrnodes, int *ndbigtree, int *nodestatus, int *bestvar, int *treemap, int *nodeclass, double *xbestsplit, double *errtr, int *testdat, double *xts, int *clts, int *nts, double *countts, int *outclts, int labelts, double *proxts, double *errts, int *inbag) |
|
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 classRF |
( |
double * | x, |
|
|
int * | dimx, |
|
|
int * | cl, |
|
|
int * | ncl, |
|
|
int * | cat, |
|
|
int * | maxcat, |
|
|
int * | sampsize, |
|
|
int * | strata, |
|
|
int * | Options, |
|
|
int * | ntree, |
|
|
int * | nvar, |
|
|
int * | ipi, |
|
|
double * | classwt, |
|
|
double * | cut, |
|
|
int * | nodesize, |
|
|
int * | outcl, |
|
|
int * | counttr, |
|
|
double * | prox, |
|
|
double * | imprt, |
|
|
double * | impsd, |
|
|
double * | impmat, |
|
|
int * | nrnodes, |
|
|
int * | ndbigtree, |
|
|
int * | nodestatus, |
|
|
int * | bestvar, |
|
|
int * | treemap, |
|
|
int * | nodeclass, |
|
|
double * | xbestsplit, |
|
|
double * | errtr, |
|
|
int * | testdat, |
|
|
double * | xts, |
|
|
int * | clts, |
|
|
int * | nts, |
|
|
double * | countts, |
|
|
int * | outclts, |
|
|
int | labelts, |
|
|
double * | proxts, |
|
|
double * | errts, |
|
|
int * | inbag ) |
References computeProximity(), createClass(), F77_CALL, GetRNGstate(), makeA(), modA(), n, normClassWt(), NULL, oob(), permuteOOB(), predictClassTree(), PutRNGstate(), Rprintf, S_alloc_alt(), seedMT(), swapInt, TestSetError(), unif_rand(), Xtranslate(), zeroDouble(), and zeroInt().
Referenced by compile_windows(), main(), and mexFunction().