About 13,400 results
Open links in new tab
  1. Linear discriminant analysis - Wikipedia

    The terms Fisher's linear discriminant and LDA are often used interchangeably, although Fisher's original article [2] actually describes a slightly different discriminant, which does not make some of …

  2. Introduction to Linear Discriminant Analysis - Statology

    Nov 2, 2020 · Researchers may build LDA models to predict whether or not a given coral reef will have an overall health of good, moderate, bad, or endangered based on a variety of predictor variables …

  3. Linear Discriminant Analysis in Machine Learning

    Sep 13, 2025 · Linear Discriminant Analysis (LDA) also known as Normal Discriminant Analysis is supervised classification problem that helps separate two or more classes by converting higher …

  4. Linear Discriminant Analysis (LDA) — STATS 202 - Stanford University

    LDA is the special case of the above strategy when P (X ∣ Y = k) = N (μ k, Σ). That is, within each class the features have multivariate normal distribution with center depending on the class and common …

  5. What is linear discriminant analysis (LDA)? - IBM

    Linear discriminant analysis, also known as normal discriminant analysis (NDA) or discriminant function analysis (DFA), follows a generative model framework. This means LDA algorithms model the data …

  6. Linear Discriminant Analysis (LDA) - The Decision Lab

    Linear discriminant analysis (LDA), also known as normal discriminant analysis (NDA) or discriminant function analysis (DFA), is a powerful dimensionality reduction technique widely used in machine …

  7. What Is an LDA Approach? Medicine, Stats, and Text

    3 days ago · LDA stands for different things depending on the field. In medicine, it refers to Low Dose Allergen therapy, an immunotherapy technique for allergies and certain autoimmune conditions. In …

  8. Linear Discriminant Analysis: Simple Definition - Statistics How To

    In statistics, pattern recognition and machine learning, linear discriminant analysis (LDA), also called canonical Variate Analysis (CVA), is a way to study differences between objects. This sorting method …

  9. Linear Discriminant Analysis (LDA) | Towards Data Science

    Oct 12, 2024 · The goal of LDA is to linearly combine the features of the data so that the labels of the datasets are best separated from each other, and the number of new features is reduced to a …

  10. Discriminant Analysis – Applied Multivariate Statistics in R

    Linear discriminant analysis (LDA) is the most common method of DA. It is an eigenanalysis-based technique and therefore is appropriate for normally-distributed data.