Closed codaich closed 8 years ago
For informational (and musicological purposes), need some way of knowing what labels are of dimensions of multi-dimensional features (e.g. what are the intervals in the Vertical Interval Histogram?). How address this? Externally to saved files? In file labels?
Also verify that all feature values are being saved under the correct feature label.
Fixed.
Problem with code for saving CSV and ARFF files: When any multi-dimensional feature is extracted, there needs to be an entry for each of its dimensions in the first row of file titles of the CSV files and the line-by-line entries of the ARFF file headers (e.g. Vertical_Interval_Histogram_1, Vertical_Interval_Histogram_2, etc., not just Vertical_Interval_Histogram).