Feature Analysis

This program analyzes an arff file (weka)
3.2K Downloads
Updated 17 Oct 2011

View License

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 (2024). Feature Analysis (https://www.mathworks.com/matlabcentral/fileexchange/26895-feature-analysis), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
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!

Feature Vector Analysis/

Version Published Release Notes
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