Definition at line 38 of file EDLFile.java.
Public Methods | |
void | readFile () throws IOException, ParserException |
Read in an EDL file. | |
double[][] | getFeatures (int[] featdim) |
Get a matrix (2D double array) of all of the features in all of the chunks contained in this file. | |
Protected Methods | |
void | write (Writer w) throws IOException |
Write the contents of this FeatFile. |
|
Get a matrix (2D double array) of all of the features in all of the chunks contained in this file. Each column corresponds to a single feature vector. Index it as you would in Matlab ([row][column] = [featdim][chunk]). Reimplemented from meapsoft.FeatFile. Definition at line 128 of file EDLFile.java. |