Sergey.Bochkanov wrote:
Hi!
Firsher LDA is not used to perform linear regression. It is used to reduce dimensionality of your data in a way which helps to linearly separate classes. First column of array W contains direction which gives best separability, second column contains direction which gives worst separability.
If you move all points in same direction, W should not change. If you rotate them - W will rotate too.
Thank you very much! That helps a lot!
Could you please tell me the differences between the
fisherlda function and the
fisherldan function? According to my understanding, the
fisherlda is used for one or two dimentions data and
fisherldan is used for three or more, is that correct?