Learn Before
Concept

Using LDA vs QDA

LDA assumes that the covariance matrix is common to all classes, while QDA assumes class-specific covariance matrices.  Notice that for a pp-dimensional observation XX, one covariance needs p(p+1)/2p(p+1)/2 parameters, and then QDA will need Kp(p+1)/2Kp(p+1)/2 parameters for the covariance matrices. While this makes QDA much more flexible, the much more parameters also bring high variance. QDA is preferred when the training set is large, and so the variance is not a major concern.

0

4

Updated 2021-02-20

Tags

Data Science