0
votes
0answers
70 views

Projection of a point to a line, or angle for rank reduced LDA

I am having trouble understanding the following formula: $x^T * (\mu_1 - \mu_0) * (\mu_1 - \mu_0) $ This is supposed to be a part of the rank reduced linear discriminant analysis (LDA). The ...