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

Show file Open project: arunganesan/hand-gesture-recognition

Public Methods

Method Description
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

Method Details

fisherlda() public static method

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
return void

fisherldan() public static method

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
return void