tuwien-musicir / rp_extract

Rhythm Pattern music feature extractor by IFS @ TU-Vienna
GNU General Public License v3.0
110 stars 27 forks source link

Feature output file formats #10

Open audiofeature opened 8 years ago

audiofeature commented 8 years ago

provide various output formats for extracted features in rp_extract_files.py:

csv, somlib, arff, ...

be aware of the different existing formats and how to store the class and the filename (which often contains spaces and or commas)

slychief commented 8 years ago

I have code for this available!

audiofeature commented 8 years ago

added save_arff.py now

we should still make an example workflow with options to save as CSV or ARFF

audiofeature commented 8 years ago

also add storing to hdf5 format

audiofeature commented 7 years ago

HDF5 is implemented as of now