Feature Analysis

This program analyzes an arff file (weka)

You are now following this Submission

This program uses LDA and PCA to analyze features from weka arff file. The projection on PCA and LDA space visualizes the goodness of the features. If the features are good enough to be classified well they should have some kind of separation when projected on a 1 dimensional LDA or a 3 dimensional PCA space.

This MATLAB script assumes that the arff file has 2 classes named "Positive" and "Negative". However, it can be extended into any amount of class labels.

Cite As

Iftekhar Tanveer (2026). Feature Analysis (https://www.mathworks.com/matlabcentral/fileexchange/26895-feature-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.6.0.0

Coded for more general use

1.2.0.0

Just changed the title

1.1.0.0

I've made the LDA space from 1D to 2D. Also included some sample arff files to read.

1.0.0.0