Learn Before
Concept
Generalized discriminant analysis (GDA)
Similar to Linear discriminant analysis (LDA), a Generalized Discriminant Analysis (GDA) method project the data in the high-dimensional space to a space of fewer dimensions. LDA method does not work for nonlinear problems. By mapping the input space into a high dimensional feature space with linear properties, a Generalized Discriminant Analysis (GDA) can deal with nonlinear discriminant analysis. The mapping process of GDA is similar to the mapping process in Support Vector Machine (SVM).
0
1
Updated 2020-03-15
Tags
Data Science