wikicoursenote:cleanup

From statwiki
Revision as of 15:04, 8 October 2010 by Sseifzad (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

In this part of the lecture FDA for 2 classes is described, however you can find the discribtion for k classes in the next pages which is referred to as FDA for multi class problems. The equations here are correct for two class case and you can find for multi class in the following pages, in multiclass case since W is not a vector anymore (it is a matrix) therefore instead of max (WT SB W / WT SW W) , it should be written as max (Tr (WT SB W) / Tr (WT SW W)).