Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 484 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 484 Bytes

Fisher-discriminant-analysis

Using Fisher idea to transform the original dataset to a one-dimensional datase

Design two different classifiers based on Fisher idea:

One technique for threshold selection is to use the average of the transformed means of the classes, i.e. wTm1 + wTm2=2 where m1 and m2 is the means of the classes in the original spaceand w is the Fisher direction

another thereshold can be p1μ1 + p2μ2 where p1 and p2 are the probabilities of different classes