[fbf06f]: / partyMod / src / Splits.h

Download this file

16 lines (13 with data), 686 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
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);