What are the most effective methods for selecting discriminant functions in LDA?
Linear discriminant analysis (LDA) is a popular dimensionality reduction technique that can also be used for classification. It projects the data onto a lower-dimensional space that maximizes the separation between classes while minimizing the within-class variance. However, to perform LDA, you need to select the discriminant functions that define the projection axes. How can you choose the best discriminant functions for your data? Here are some methods that can help you.