View RSS Feed

mql5

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

    by , 12-18-2022 at 12:09 AM
    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
    ...
    Categories
    Uncategorized