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 -dimensional observation , one covariance needs parameters, and then QDA will need 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