C# Class alglib.mlptrain, hand-gesture-recognition

Mostrar archivo Open project: arunganesan/hand-gesture-recognition

Public Methods

Method Description
mlpkfoldcvlbfgs ( mlpbase network, double xy, int npoints, double decay, int restarts, double wstep, int maxits, int foldscount, int &info, mlpreport rep, mlpcvreport cvrep ) : void
mlpkfoldcvlm ( mlpbase network, double xy, int npoints, double decay, int restarts, int foldscount, int &info, mlpreport rep, mlpcvreport cvrep ) : void
mlptraines ( mlpbase network, double trnxy, int trnsize, double valxy, int valsize, double decay, int restarts, int &info, mlpreport rep ) : void
mlptrainlbfgs ( mlpbase network, double xy, int npoints, double decay, int restarts, double wstep, int maxits, int &info, mlpreport rep ) : void
mlptrainlm ( mlpbase network, double xy, int npoints, double decay, int restarts, int &info, mlpreport rep ) : void

Private Methods

Method Description
mlpkfoldcvgeneral ( mlpbase n, double xy, int npoints, double decay, int restarts, int foldscount, bool lmalgorithm, double wstep, int maxits, int &info, mlpreport rep, mlpcvreport cvrep ) : void
mlpkfoldsplit ( double xy, int npoints, int nclasses, int foldscount, bool stratifiedsplits, int &folds ) : void

Method Details

mlpkfoldcvlbfgs() public static method

public static mlpkfoldcvlbfgs ( mlpbase network, double xy, int npoints, double decay, int restarts, double wstep, int maxits, int foldscount, int &info, mlpreport rep, mlpcvreport cvrep ) : void
network mlpbase
xy double
npoints int
decay double
restarts int
wstep double
maxits int
foldscount int
info int
rep mlpreport
cvrep mlpcvreport
return void

mlpkfoldcvlm() public static method

public static mlpkfoldcvlm ( mlpbase network, double xy, int npoints, double decay, int restarts, int foldscount, int &info, mlpreport rep, mlpcvreport cvrep ) : void
network mlpbase
xy double
npoints int
decay double
restarts int
foldscount int
info int
rep mlpreport
cvrep mlpcvreport
return void

mlptraines() public static method

public static mlptraines ( mlpbase network, double trnxy, int trnsize, double valxy, int valsize, double decay, int restarts, int &info, mlpreport rep ) : void
network mlpbase
trnxy double
trnsize int
valxy double
valsize int
decay double
restarts int
info int
rep mlpreport
return void

mlptrainlbfgs() public static method

public static mlptrainlbfgs ( mlpbase network, double xy, int npoints, double decay, int restarts, double wstep, int maxits, int &info, mlpreport rep ) : void
network mlpbase
xy double
npoints int
decay double
restarts int
wstep double
maxits int
info int
rep mlpreport
return void

mlptrainlm() public static method

public static mlptrainlm ( mlpbase network, double xy, int npoints, double decay, int restarts, int &info, mlpreport rep ) : void
network mlpbase
xy double
npoints int
decay double
restarts int
info int
rep mlpreport
return void