

Definition at line 39 of file EDLFile.java.
Public Methods | |
| void | readFile () throws IOException, ParserException |
| Read in an EDL file. | |
| double[][] | getFeatures () |
| Get the matrix of features associated with each chunk in this EDLFile. | |
| double[][] | getFeatures (int[] featdim) |
| Get the matrix of features associated with each chunk in this EDLFile. | |
Protected Methods | |
| void | write (Writer w) throws IOException |
| Write the contents of this FeatFile. | |
1.2.18