Fisher Linear Discriminant

Hi all!
I have two digit training classes and I can visualize the mean digit and cov matrix. However, I'd like to calculate Fisher linear discriminant for these data as well as a histogram, using pinv().
Any ideas?
Thanks in advance!

 Accepted Answer

Ilya
Ilya on 6 Dec 2011

0 votes

Fisher discriminant is provided in the Statistics Toolbox. If you have MATLAB 11b, use ClassificationDiscriminant. In an earlier version, use function CLASSIFY.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!