C# 클래스 alglib.mlptrain, hand-gesture-recognition

파일 보기 프로젝트 열기: arunganesan/hand-gesture-recognition

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

mlpkfoldcvlbfgs() 공개 정적인 메소드

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
리턴 void

mlpkfoldcvlm() 공개 정적인 메소드

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
리턴 void

mlptraines() 공개 정적인 메소드

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
리턴 void

mlptrainlbfgs() 공개 정적인 메소드

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
리턴 void

mlptrainlm() 공개 정적인 메소드

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
리턴 void