Feature Analysis
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
Platform Compatibility
Windows macOS LinuxCategories
- AI, Data Science, and Statistics > Statistics and Machine Learning Toolbox > Dimensionality Reduction and Feature Extraction >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.