C# Class Coon.Compass.Procyon.alglib.alglib.bdss

Show file Open project: dbaileychess/Compass

Public Methods

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

Private Methods

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

Method Details

dserraccumulate() public static method

public static dserraccumulate ( double &buf, double y, double desiredy ) : void
buf double
y double
desiredy double
return void

dserrallocate() public static method

public static dserrallocate ( int nclasses, double &buf ) : void
nclasses int
buf double
return void

dserrfinish() public static method

public static dserrfinish ( double &buf ) : void
buf double
return void

dsgetmeanmindistance() public static method

public static dsgetmeanmindistance ( double xy, int npoints, int nvars ) : double
xy double
npoints int
nvars int
return double

dsnormalize() public static method

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

dsnormalizec() public static method

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

dsoptimalsplit2() public static method

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

dsoptimalsplit2fast() public static method

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

dsoptimalsplitk() public static method

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

dssplitk() public static method

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

dstie() public static method

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

dstiefasti() public static method

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