This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | C_kronecker (const double *A, const int m, const int n, const double *B, const int r, const int s, double *ans) |
SEXP | La_svd (SEXP jobu, SEXP jobv, SEXP x, SEXP s, SEXP u, SEXP v, SEXP method) |
void | C_SampleNoReplace (int *x, int m, int k, int *ans) |
void | C_MPinv (SEXP x, double tol, SEXP svdmem, SEXP ans) |
double | C_max (const double *x, const int n) |
void | C_abs (double *x, int n) |
void | C_matprod (double *x, int nrx, int ncx, double *y, int nry, int ncy, double *z) |
void | C_matprodT (double *x, int nrx, int ncx, double *y, int nry, int ncy, double *z) |
int | nrow (SEXP x) |
int | ncol (SEXP y) |
int | C_whichmax (double *pvalue, double *teststat, int ninputs) |
int | i_in_set (int i, int *iset, int p) |
int | C_i_in_set (int i, SEXP set) |
void | C_SampleSplitting (int n, double *prob, int *weights, int k) |
void | C_remove_weights (SEXP subtree) |
|
absolute value
Definition at line 315 of file Utils.c. Referenced by C_absstandardize(), and R_abs(). |
|
Definition at line 564 of file Utils.c. References i_in_set(). Referenced by C_get_node(). Here is the call graph for this function: ![]() |
|
Computes the Kronecker product of two matrices
Definition at line 23 of file Utils.c. Referenced by R_kronecker(). |
|
matrix product x *% y
Definition at line 353 of file Utils.c. Referenced by R_matprod(). |
|
matrix product x *% t(y)
Definition at line 405 of file Utils.c. Referenced by R_matprodT(). |
|
the maximum of a double vector
Definition at line 278 of file Utils.c. Referenced by C_maxabsTestStatistic(), C_Node(), and R_max(). |
|
Moore-Penrose inverse of a matrix
Definition at line 185 of file Utils.c. References CR_svd(), PL2_MPinvSym, PL2_rankSym, PL2_sSym, PL2_uSym, and PL2_vSym. Referenced by C_LinStatExpCovMPinv(), and R_MPinv(). Here is the call graph for this function: ![]() |
|
Remove weights vector from each node of a tree (in order to save memory) \*param subtree a tree Definition at line 11 of file RandomForest.c. References C_remove_weights(), S3_WEIGHTS, S3get_leftnode(), S3get_nodeterminal(), and S3get_rightnode(). Here is the call graph for this function: ![]() |
|
compute a permutation of a (random subset of) 0:(m-1)
Definition at line 453 of file Utils.c. Referenced by R_permute(), and R_rsubset(). |
|
Definition at line 679 of file Utils.c. References C_ProbSampleNoReplace(). Here is the call graph for this function: ![]() |
|
Definition at line 583 of file Utils.c. Referenced by C_Node(), and R_whichmax(). |
|
determine if i is element of the integer vector set
Definition at line 549 of file Utils.c. Referenced by C_i_in_set(), and C_splitnode(). |
|
|
|
Definition at line 575 of file Utils.c. Referenced by C_GlobalTest(), C_IndependenceTest(), C_Node(), C_splitnode(), R_ExpectCovarInfluence(), R_ExpectCovarLinearStatistic(), R_LinearStatistic(), R_matprod(), R_matprodT(), R_MPinv(), R_Node(), R_split(), R_splitcategorical(), and R_TreeGrow(). |
|
Definition at line 571 of file Utils.c. Referenced by C_IndependenceTest(), CR_svd(), R_ExpectCovarInfluence(), R_ExpectCovarLinearStatistic(), R_LinearStatistic(), R_matprod(), R_matprodT(), R_maxabsConditionalPvalue(), R_MPinv(), R_PermutedLinearStatistic(), R_split(), and R_splitcategorical(). |