MATLAB: Fisher Linear Discriminant

classifierdiscriminantfisherhandwritten digitslinearMATLABpinvrecognition

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!

Best Answer

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