![]() |
Microscopy Image Browser 2.91
MIB
|

Macros | |
| #define | Rprintf printf |
Functions | |
| void | seedMT (uint32 seed) |
| uint32 | reloadMT (void) |
| uint32 | randomMT (void) |
| double | unif_rand () |
| void | R_qsort_I (double *v, int *I, int i, int j) |
| void | catmax_ (double *parentDen, double *tclasscat, double *tclasspop, int *nclass, int *lcat, int *ncatsp, double *critmax, int *nhit, int *maxcat, int *ncmax, int *ncsplit) |
| void | catmaxb_ (double *totalWt, double *tclasscat, double *classCount, int *nclass, int *nCat, int *nbest, double *critmax, int *nhit, double *catCount) |
| void F77_NAME | catmax (double *parentDen, double *tclasscat, double *tclasspop, int *nclass, int *lcat, int *ncatsp, double *critmax, int *nhit, int *maxcat, int *ncmax, int *ncsplit) |
| void F77_NAME | catmaxb (double *totalWt, double *tclasscat, double *classCount, int *nclass, int *nCat, int *nbest, double *critmax, int *nhit, double *catCount) |
| void | predictClassTree (double *x, int n, int mdim, int *treemap, int *nodestatus, double *xbestsplit, int *bestvar, int *nodeclass, int treeSize, int *cat, int nclass, int *jts, int *nodex, int maxcat) |
| #define Rprintf printf |
| void catmax_ | ( | double * | parentDen, |
| double * | tclasscat, | ||
| double * | tclasspop, | ||
| int * | nclass, | ||
| int * | lcat, | ||
| int * | ncatsp, | ||
| double * | critmax, | ||
| int * | nhit, | ||
| int * | maxcat, | ||
| int * | ncmax, | ||
| int * | ncsplit ) |
| void F77_NAME catmaxb | ( | double * | totalWt, |
| double * | tclasscat, | ||
| double * | classCount, | ||
| int * | nclass, | ||
| int * | nCat, | ||
| int * | nbest, | ||
| double * | critmax, | ||
| int * | nhit, | ||
| double * | catCount ) |
References catmaxb(), pack(), R_qsort_I(), and zeroInt().
Referenced by catmaxb().


| void catmaxb_ | ( | double * | totalWt, |
| double * | tclasscat, | ||
| double * | classCount, | ||
| int * | nclass, | ||
| int * | nCat, | ||
| int * | nbest, | ||
| double * | critmax, | ||
| int * | nhit, | ||
| double * | catCount ) |
| void predictClassTree | ( | double * | x, |
| int | n, | ||
| int | mdim, | ||
| int * | treemap, | ||
| int * | nodestatus, | ||
| double * | xbestsplit, | ||
| int * | bestvar, | ||
| int * | nodeclass, | ||
| int | treeSize, | ||
| int * | cat, | ||
| int | nclass, | ||
| int * | jts, | ||
| int * | nodex, | ||
| int | maxcat ) |
References n, NODE_TERMINAL, and zeroInt().
Referenced by classForest(), and classRF().


|
extern |
References NUMERIC.
Referenced by catmaxb(), findBestSplit(), and makeA().

|
extern |
|
extern |
|
extern |