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

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

공개 메소드들

메소드 설명
fisherlda ( double xy, int npoints, int nvars, int nclasses, int &info, double &w ) : void
fisherldan ( double xy, int npoints, int nvars, int nclasses, int &info, double &w ) : void

메소드 상세

fisherlda() 공개 정적인 메소드

public static fisherlda ( double xy, int npoints, int nvars, int nclasses, int &info, double &w ) : void
xy double
npoints int
nvars int
nclasses int
info int
w double
리턴 void

fisherldan() 공개 정적인 메소드

public static fisherldan ( double xy, int npoints, int nvars, int nclasses, int &info, double &w ) : void
xy double
npoints int
nvars int
nclasses int
info int
w double
리턴 void