This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | C_split (const double *x, int p, const double *y, int q, const double *weights, int n, const int *orderx, SEXP splitctrl, SEXP linexpcov2sample, SEXP expcovinf, double *cutpoint, double *maxstat, double *statistics) |
void | C_splitcategorical (const int *codingx, int p, const double *y, int q, const double *weights, int n, double *standstat, SEXP splitctrl, SEXP linexpcov2sample, SEXP expcovinf, double *cutpoint, int *levelset, double *maxstat, double *statistics) |
|
Search for a cutpoint in a ordered variable x maximizing a two-sample statistic w.r.t. (the influence function of ) the response variable y.
Definition at line 33 of file Splits.c. References get_minbucket(), get_minprob(), get_tol(), PL2_covarianceSym, PL2_expectationSym, PL2_linearstatisticSym, and PL2_sumweightsSym. Referenced by C_Node(), C_splitcategorical(), C_surrogates(), and R_split(). Here is the call graph for this function: ![]() |
|
Search for a cutpoint in a unordered factor x maximizing a two-sample statistic w.r.t. (the influence function of ) the response variable y.
Definition at line 217 of file Splits.c. References C_split(), and get_tol(). Referenced by C_Node(), and R_splitcategorical(). Here is the call graph for this function: ![]() |