Uses of Interface
adams.data.io.input.DataContainerReader
-
Packages that use DataContainerReader Package Description adams.data.conversion adams.data.io.input adams.flow.control adams.flow.transformer adams.gui.chooser -
-
Uses of DataContainerReader in adams.data.conversion
Classes in adams.data.conversion that implement DataContainerReader Modifier and Type Class Description static class
ByteArrayToDataContainer.DummyReader
Dummy reader.static class
StringToDataContainer.DummyReader
Dummy reader. -
Uses of DataContainerReader in adams.data.io.input
Subinterfaces of DataContainerReader in adams.data.io.input Modifier and Type Interface Description interface
StreamableBinaryDataContainerReader<T extends DataContainer>
Indicator interface forStreamableDataContainerReader
classes that use binary data.interface
StreamableDataContainerReader<T extends DataContainer>
Interface forDataContainerReader
readers that can read fromInputStream
s.interface
StreamableTextBasedDataContainerReader<T extends DataContainer>
Indicator interface forStreamableDataContainerReader
classes that use text-based data.Classes in adams.data.io.input that implement DataContainerReader Modifier and Type Class Description class
AbstractDataContainerReader<T extends DataContainer>
Abstract ancestor for readers that read files in various formats and turn them into data containers.class
AbstractTimeseriesReader
Ancestor for timeseries readers.class
InstanceReader
Reads WEKA datasets in various formats.class
SimpleTimeseriesReader
Reader for the simple timeseries data format, CSV-like with preceding comments.class
SpreadSheetTimeseriesReader
Reads timeseries containers from columns of a spreadsheet.
A new container is started, whenever the value of the ID column changes (hence you need to ensure that the data is ordered on this column).
However, it is not required to have an ID column present.Methods in adams.data.io.input that return DataContainerReader Modifier and Type Method Description DataContainerReader
AbstractDataContainerReader. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.DataContainerReader
AbstractDataContainerReader. shallowCopy(boolean expand)
Returns a shallow copy of itself, i.e., based on the commandline options. -
Uses of DataContainerReader in adams.flow.control
Fields in adams.flow.control declared as DataContainerReader Modifier and Type Field Description protected DataContainerReader<T>
AbstractDataContainerFileChecker. m_ActualReader
the actual reader to use for loading.protected DataContainerReader<T>
AbstractDataContainerFileChecker. m_Reader
the reader to use for loading the data containers.Methods in adams.flow.control that return DataContainerReader Modifier and Type Method Description protected abstract DataContainerReader<T>
AbstractDataContainerFileChecker. getDefaultReader()
Returns the default reader to use.DataContainerReader<T>
AbstractDataContainerFileChecker. getReader()
Returns the reader in use.Methods in adams.flow.control with parameters of type DataContainerReader Modifier and Type Method Description void
AbstractDataContainerFileChecker. setReader(DataContainerReader<T> value)
Sets the reader to use. -
Uses of DataContainerReader in adams.flow.transformer
Fields in adams.flow.transformer declared as DataContainerReader Modifier and Type Field Description protected DataContainerReader<T>
AbstractDataContainerFileImport. m_Reader
the reader to use for processing the containers.protected DataContainerReader<T>
AbstractDataContainerFileReader. m_Reader
the reader to use.Methods in adams.flow.transformer that return DataContainerReader Modifier and Type Method Description protected abstract DataContainerReader<T>
AbstractDataContainerFileImport. getDefaultReader()
Returns the default reader for loading the data.protected abstract DataContainerReader
AbstractDataContainerFileReader. getDefaultReader()
Returns the default reader to use.protected DataContainerReader
TimeseriesFileReader. getDefaultReader()
Returns the default reader to use.protected DataContainerReader
WekaInstanceFileReader. getDefaultReader()
Returns the default reader to use.DataContainerReader
AbstractDataContainerFileImport. getReader()
Returns the reader in use.DataContainerReader
AbstractDataContainerFileReader. getReader()
Returns the reader in use.Methods in adams.flow.transformer with parameters of type DataContainerReader Modifier and Type Method Description void
AbstractDataContainerFileImport. setReader(DataContainerReader value)
Sets the reader to use.void
AbstractDataContainerFileReader. setReader(DataContainerReader value)
Sets the reader to use. -
Uses of DataContainerReader in adams.gui.chooser
Classes in adams.gui.chooser with type parameters of type DataContainerReader Modifier and Type Class Description class
AbstractDataContainerFileChooser<T extends DataContainer,R extends DataContainerReader,W extends DataContainerWriter>
A specialized JFileChooser that lists all available file Readers and Writers for data containers.Methods in adams.gui.chooser that return DataContainerReader Modifier and Type Method Description protected DataContainerReader<Timeseries>
TimeseriesFileChooser. getDefaultReader()
Returns the default reader.
-