Fast Null Linear Discriminant Analysis

This is the fast implementation of Null LDA method. [W,CPU_TIME]=FNLDA(Data,ClassLabel)

You are now following this Submission

Null linear discriminant analysis (LDA) method is a popular dimensionality reduction method for solving small sample size problem. The implementation of nullLDA method is, however, computationally very expensive. This implementation is the computationally efficient way of computing null LDA transform of a data matrix of size N x Dim where Dim >> N. Computational complexity of FNLDA method is around Dim*N^2 flops.

Cite As

Alok (2026). Fast Null Linear Discriminant Analysis (https://in.mathworks.com/matlabcentral/fileexchange/35909-fast-null-linear-discriminant-analysis), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0