View RSS Feed

mql5

MQL5 Wizard techniques you should know (Part 04): Linear Discriminant Analysis

Rate this Entry
by , 12-18-2022 at 12:09 AM (768 Views)
      
   
Name:  curvemoney.png
Views: 74
Size:  117.6 KB

Linear discriminant analysis (LDA) is a very common dimensionality reduction technique for classification problems. Like kohonen maps in prior article if you have high-dimensional data (i.e. with a large number of attributes or variables) from which you wish to classify observations, LDA will help you transform your data so as to make the classes as distinct as possible.

LDA is very much like the techniques PCA, QDA, & ANOVA; and the fact that they are all usually abbreviated is not very helpful. This article isn’t going to introduce or explain these various techniques, but simply highlight their differences.
more...

Submit "MQL5 Wizard techniques you should know (Part 04): Linear Discriminant Analysis" to Google Submit "MQL5 Wizard techniques you should know (Part 04): Linear Discriminant Analysis" to del.icio.us Submit "MQL5 Wizard techniques you should know (Part 04): Linear Discriminant Analysis" to Digg Submit "MQL5 Wizard techniques you should know (Part 04): Linear Discriminant Analysis" to reddit

Categories
Uncategorized

Comments