Alias: null
Common Name: null
Class: org. imirsel. m2k. io. ReadMarsyas01FeatureFiles

Overview: A module that loads Marsyas-0.1 features.

Detailed Description: A module designed to load Marsyas-0.1 feature matrices. Set the path to the directory containing the files to be loaded and the filename to the common filename. The files loaded will be /.mff (feature file), /.mlf (label file), and /.mdf (description file) The data is output as a double array, with an integer array of labels for the example number, an integer array of labels for the class and two string arrays containing the names corresponding to each set of labels.

Data Handling; The input data is not modified.


Inputs:

Outputs:
data array (2-D double array)
[[D
The data array


class labels (1-D int array)
[I
The class labels of the data array


example number labels (1-D int array)
[I
The example number labels of the data array


class label names (String array)
[java. lang. String
The class label names


example label names (String array)
[java. lang. String
The example label names


feature names (String array)
[java. lang. String
The feature names



Properties:
Path
The path to the working directory that contains the Marsyas-0.1 featurefile

File Name
The name of the Marsyas-0.1 featurefile

Show Debug
Controls the output of the headers from the Marsyas-0.1 to the console