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, SEXP splitctrl, SEXP linexpcov2sample, 00006 SEXP expcovinf, double *cutpoint, double *maxstat, 00007 double *statistics); 00008 00009 void C_splitcategorical(const int *codingx, int p, 00010 const double *y, int q, 00011 const double *weights, int n, 00012 double *standstat, 00013 SEXP splitctrl, SEXP linexpcov2sample, 00014 SEXP expcovinf, double *cutpoint, int *levelset, 00015 double *maxstat, double *statistics);