Method | Description | |
---|---|---|
dsoptimalsplit2 ( double a, int c, int n, int &info, double &threshold, double &pal, double &pbl, double &par, double &pbr, double &cve ) : void | ||
dsoptimalsplit2fast ( double &a, int &c, int &tiesbuf, int &cntbuf, double &bufr, int &bufi, int n, int nc, double alpha, int &info, double &threshold, double &rms, double &cvrms ) : void |
public static dsoptimalsplit2 ( double a, int c, int n, int &info, double &threshold, double &pal, double &pbl, double &par, double &pbr, double &cve ) : void | ||
a | double | |
c | int | |
n | int | |
info | int | |
threshold | double | |
pal | double | |
pbl | double | |
par | double | |
pbr | double | |
cve | double | |
return | void |
public static dsoptimalsplit2fast ( double &a, int &c, int &tiesbuf, int &cntbuf, double &bufr, int &bufi, int n, int nc, double alpha, int &info, double &threshold, double &rms, double &cvrms ) : void | ||
a | double | |
c | int | |
tiesbuf | int | |
cntbuf | int | |
bufr | double | |
bufi | int | |
n | int | |
nc | int | |
alpha | double | |
info | int | |
threshold | double | |
rms | double | |
cvrms | double | |
return | void |