Fast Null Linear Discriminant Analysis

Version 1.0.0.0 (2.05 KB) by Alok
This is the fast implementation of Null LDA method. [W,CPU_TIME]=FNLDA(Data,ClassLabel)
357 Downloads
Updated 29 Mar 2012

View License

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 (2024). Fast Null Linear Discriminant Analysis (https://www.mathworks.com/matlabcentral/fileexchange/35909-fast-null-linear-discriminant-analysis), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0