00001 00002 void C_split(const double *x, int p, 00003 const double *y, int q, 00004 const double *weights, int n, 00005 const int *orderx, const double *score_y, 00006 const int ORDERED, SEXP splitctrl, SEXP linexpcov2sample, 00007 SEXP expcovinf, double *cutpoint, double *maxstat, 00008 double *statistics); 00009 00010 void C_splitcategorical(const int *codingx, int p, 00011 const double *y, int q, 00012 const double *weights, int n, 00013 const double *score_y, 00014 const int ORDERED, double *standstat, 00015 SEXP splitctrl, SEXP linexpcov2sample, 00016 SEXP expcovinf, double *cutpoint, int *levelset, 00017 double *maxstat, double *statistics);