![]() |
Microscopy Image Browser 2.91
MIB
|
Macros | |
#define | MAX_UINT_COKUS 4294967295 |
Functions | |
void | seedMT (uint32 seed) |
uint32 | reloadMT (void) |
uint32 | randomMT (void) |
double | unif_rand () |
void | zeroInt (int *x, int length) |
void | zeroDouble (double *x, int length) |
void | createClass (double *x, int realN, int totalN, int mdim) |
void | normClassWt (int *cl, const int nsample, const int nclass, const int useWt, double *classwt, int *classFreq) |
void | makeA (double *x, const int mdim, const int nsample, int *cat, int *a, int *b) |
void | modA (int *a, int *nuse, const int nsample, const int mdim, int *cat, const int maxcat, int *ncase, int *jin) |
void | Xtranslate (double *x, int mdim, int nrnodes, int nsample, int *bestvar, int *bestsplit, int *bestsplitnext, double *xbestsplit, int *nodestatus, int *cat, int treeSize) |
void | permuteOOB (int m, double *x, int *in, int nsample, int mdim) |
void | computeProximity (double *prox, int oobprox, int *node, int *inbag, int *oobpair, int n) |
int | pack (int nBits, int *bits) |
void | unpack (unsigned int pack, int *bits) |
#define MAX_UINT_COKUS 4294967295 |
void computeProximity | ( | double * | prox, |
int | oobprox, | ||
int * | node, | ||
int * | inbag, | ||
int * | oobpair, | ||
int | n ) |
void createClass | ( | double * | x, |
int | realN, | ||
int | totalN, | ||
int | mdim ) |
References unif_rand().
Referenced by classRF().
void makeA | ( | double * | x, |
const int | mdim, | ||
const int | nsample, | ||
int * | cat, | ||
int * | a, | ||
int * | b ) |
References R_qsort_I().
Referenced by classRF().
void modA | ( | int * | a, |
int * | nuse, | ||
const int | nsample, | ||
const int | mdim, | ||
int * | cat, | ||
const int | maxcat, | ||
int * | ncase, | ||
int * | jin ) |
void normClassWt | ( | int * | cl, |
const int | nsample, | ||
const int | nclass, | ||
const int | useWt, | ||
double * | classwt, | ||
int * | classFreq ) |
int pack | ( | int | nBits, |
int * | bits ) |
void permuteOOB | ( | int | m, |
double * | x, | ||
int * | in, | ||
int | nsample, | ||
int | mdim ) |
|
extern |
|
extern |
|
extern |
|
extern |
References MAX_UINT_COKUS, and randomMT().
Referenced by classForest(), classRF(), createClass(), findBestSplit(), oob(), permuteOOB(), regRF(), rrand_(), and TestSetError().
void unpack | ( | unsigned int | pack, |
int * | bits ) |
void zeroDouble | ( | double * | x, |
int | length ) |
void zeroInt | ( | int * | x, |
int | length ) |