C# Класс Coon.Compass.Procyon.alglib.alglib.bdss

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

dserraccumulate() публичный статический Метод

public static dserraccumulate ( double &buf, double y, double desiredy ) : void
buf double
y double
desiredy double
Результат void

dserrallocate() публичный статический Метод

public static dserrallocate ( int nclasses, double &buf ) : void
nclasses int
buf double
Результат void

dserrfinish() публичный статический Метод

public static dserrfinish ( double &buf ) : void
buf double
Результат void

dsgetmeanmindistance() публичный статический Метод

public static dsgetmeanmindistance ( double xy, int npoints, int nvars ) : double
xy double
npoints int
nvars int
Результат double

dsnormalize() публичный статический Метод

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
Результат void

dsnormalizec() публичный статический Метод

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
Результат void

dsoptimalsplit2() публичный статический Метод

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
Результат void

dsoptimalsplit2fast() публичный статический Метод

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
Результат void

dsoptimalsplitk() публичный статический Метод

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
Результат void

dssplitk() публичный статический Метод

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
Результат void

dstie() публичный статический Метод

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
Результат void

dstiefasti() публичный статический Метод

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
Результат void