public class XwavesLabelfileReader extends Object
Modifier and Type | Field and Description |
---|---|
protected String[] |
header |
protected String[] |
labels |
protected BufferedReader |
reader |
protected Double[] |
times |
Constructor and Description |
---|
XwavesLabelfileReader(Reader reader)
Read data from a Label file.
|
XwavesLabelfileReader(String filename)
Read data from a Label file.
|
protected BufferedReader reader
protected Double[] times
protected String[] labels
protected String[] header
public XwavesLabelfileReader(String filename) throws IOException
filename
- Label filename as a StringIOException
- IOExceptionpublic XwavesLabelfileReader(Reader reader) throws IOException
reader
- Label file as a ReaderIOException
- IOExceptionpublic Double[] getTimes()
public String[] getLabelSymbols()
public Labels getLabels()
public String[] getHeader()
Copyright © 2000–2016 DFKI GmbH. All rights reserved.