Method | Description | |
---|---|---|
dserraccumulate ( double &buf, double y, double desiredy ) : void | ||
dserrallocate ( int nclasses, double &buf ) : void | ||
dserrfinish ( double &buf ) : void | ||
dsgetmeanmindistance ( double xy, int npoints, int nvars ) : double | ||
dsnormalize ( double &xy, int npoints, int nvars, int &info, double &means, double &sigmas ) : void | ||
dsnormalizec ( double xy, int npoints, int nvars, int &info, double &means, double &sigmas ) : void | ||
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 | ||
dsoptimalsplitk ( double a, int c, int n, int nc, int kmax, int &info, double &thresholds, int &ni, double &cve ) : void | ||
dssplitk ( double a, int c, int n, int nc, int kmax, int &info, double &thresholds, int &ni, double &cve ) : void | ||
dstie ( double &a, int n, int &ties, int &tiecount, int &p1, int &p2 ) : void | ||
dstiefasti ( double &a, int &b, int n, int &ties, int &tiecount, double &bufr, int &bufi ) : void |
Method | Description | |
---|---|---|
getcv ( int cnt, int nc ) : double | ||
tieaddc ( int c, int ties, int ntie, int nc, int &cnt ) : void | ||
tiesubc ( int c, int ties, int ntie, int nc, int &cnt ) : void | ||
xlny ( double x, double y ) : double |
public static dserraccumulate ( double &buf, double y, double desiredy ) : void | ||
buf | double | |
y | double | |
desiredy | double | |
return | void |
public static dserrallocate ( int nclasses, double &buf ) : void | ||
nclasses | int | |
buf | double | |
return | void |
public static dserrfinish ( double &buf ) : void | ||
buf | double | |
return | void |
public static dsgetmeanmindistance ( double xy, int npoints, int nvars ) : double | ||
xy | double | |
npoints | int | |
nvars | int | |
return | double |
public static dsnormalize ( double &xy, int npoints, int nvars, int &info, double &means, double &sigmas ) : void | ||
xy | double | |
npoints | int | |
nvars | int | |
info | int | |
means | double | |
sigmas | double | |
return | void |
public static dsnormalizec ( double xy, int npoints, int nvars, int &info, double &means, double &sigmas ) : void | ||
xy | double | |
npoints | int | |
nvars | int | |
info | int | |
means | double | |
sigmas | double | |
return | 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 |
public static dsoptimalsplitk ( double a, int c, int n, int nc, int kmax, int &info, double &thresholds, int &ni, double &cve ) : void | ||
a | double | |
c | int | |
n | int | |
nc | int | |
kmax | int | |
info | int | |
thresholds | double | |
ni | int | |
cve | double | |
return | void |
public static dssplitk ( double a, int c, int n, int nc, int kmax, int &info, double &thresholds, int &ni, double &cve ) : void | ||
a | double | |
c | int | |
n | int | |
nc | int | |
kmax | int | |
info | int | |
thresholds | double | |
ni | int | |
cve | double | |
return | void |
public static dstie ( double &a, int n, int &ties, int &tiecount, int &p1, int &p2 ) : void | ||
a | double | |
n | int | |
ties | int | |
tiecount | int | |
p1 | int | |
p2 | int | |
return | void |
public static dstiefasti ( double &a, int &b, int n, int &ties, int &tiecount, double &bufr, int &bufi ) : void | ||
a | double | |
b | int | |
n | int | |
ties | int | |
tiecount | int | |
bufr | double | |
bufi | int | |
return | void |