Diff of /partyMod/src/Splits.h [000000] .. [fbf06f]

Switch to unified view

a b/partyMod/src/Splits.h
1
2
void C_split(const double *x, int p,
3
             const double *y, int q,
4
             const double *weights, int n,
5
             const int *orderx, SEXP splitctrl, SEXP linexpcov2sample, 
6
             SEXP expcovinf, double *cutpoint, double *maxstat, 
7
             double *statistics);
8
9
void C_splitcategorical(const int *codingx, int p,
10
                        const double *y, int q,
11
                        const double *weights, int n,
12
                        double *standstat,
13
                        SEXP splitctrl, SEXP linexpcov2sample, 
14
                        SEXP expcovinf, double *cutpoint, int *levelset, 
15
                        double *maxstat, double *statistics);