perClass Documentation
development version 3.1.2 (22-Dec-2011)
Content

Comments? Ideas? Compliments?

Your email (only if you wish to be contacted)

 SDLDA  Linear Discriminant Analysis (Fisher projection)

    P=SDLDA(DATA,options)

 INPUT
   DATA    labeled data set

 OUTPUT
   P       linear projection

 OPTIONS
   'prior' class priors (default: use priors from the training set)

 DESCRIPTION
 SDLDA implements linear discriminant analysis (also known as Fisher
 projection).

 READ MORE
 http://perclass.com/doc/guide/dimensionality_reduction.html#sdlda

 SEE ALSO
 SDPCA