arffparser

M-File for reading and writing / creating arff files to and from MATLAB.
1.8K Downloads
Updated 6 Dec 2012

View License

With arffparser one can read arff files into MATLAB or create arff files from MATLAB's struct variables. There is no need for CSV or any other file format. Just MATLAB's variables.

Please read the help of the M-File (>> help arffparser).

Currently supports NUMERIC and NOMINAL attributes. STRING and DATE attributes support will added soon.

Tested with data set provided by WEKA.

Cite As

Konstantinos Drossos (2024). arffparser (https://www.mathworks.com/matlabcentral/fileexchange/39163-arffparser), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Large Files and Big Data in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.3.0.0

Changed the text in the description.

1.2.0.0

Changes to reading for some cases when arguments contained mathematical operators

1.0.0.0