Quadratic Discriminant Analysis (QDA) is a classification algorithm that assumes each class follows a quadratic distribution. It is an extension of Linear Discriminant Analysis (LDA). In QDA, separate quadratic functions are fitted to each class in order to determine the decision boundaries. QDA calculates the probability of a sample belonging to each class and assigns it to the class with the highest probability.
Here are five experts in the field of Quadratic Discriminant Analysis with links to their GitHub pages: