Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The scaling matrix in LDA is not normalized because its purpose is to maximize the between-class variability while minimizing the within-class variability. Normalizing the scaling matrix would change its magnitude and alter its ability to achieve this objective. Additionally, the scaling matrix is not unique, as any scalar multiple of the matrix would also achieve the same objective. Therefore, normalization of the scaling matrix is not necessary for achieving the desired results in LDA.