C# Class alglib, hand-gesture-recognition

Afficher le fichier Open project: arunganesan/hand-gesture-recognition Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

dsoptimalsplit2() public static méthode

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
Résultat void

dsoptimalsplit2fast() public static méthode

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
Résultat void