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 classByteArrayToDataContainer.DummyReaderDummy reader.static classStringToDataContainer.DummyReaderDummy reader. -
Uses of DataContainerReader in adams.data.io.input
Subinterfaces of DataContainerReader in adams.data.io.input Modifier and Type Interface Description interfaceStreamableBinaryDataContainerReader<T extends DataContainer>Indicator interface forStreamableDataContainerReaderclasses that use binary data.interfaceStreamableDataContainerReader<T extends DataContainer>Interface forDataContainerReaderreaders that can read fromInputStreams.interfaceStreamableTextBasedDataContainerReader<T extends DataContainer>Indicator interface forStreamableDataContainerReaderclasses that use text-based data.Classes in adams.data.io.input that implement DataContainerReader Modifier and Type Class Description classAbstractDataContainerReader<T extends DataContainer>Abstract ancestor for readers that read files in various formats and turn them into data containers.classAbstractTimeseriesReaderAncestor for timeseries readers.classInstanceReaderReads WEKA datasets in various formats.classSimpleTimeseriesReaderReader for the simple timeseries data format, CSV-like with preceding comments.classSpreadSheetTimeseriesReaderReads 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 DataContainerReaderAbstractDataContainerReader. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.DataContainerReaderAbstractDataContainerReader. 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_ActualReaderthe actual reader to use for loading.protected DataContainerReader<T>AbstractDataContainerFileChecker. m_Readerthe 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 voidAbstractDataContainerFileChecker. 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_Readerthe reader to use for processing the containers.protected DataContainerReader<T>AbstractDataContainerFileReader. m_Readerthe 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 DataContainerReaderAbstractDataContainerFileReader. getDefaultReader()Returns the default reader to use.protected DataContainerReaderTimeseriesFileReader. getDefaultReader()Returns the default reader to use.protected DataContainerReaderWekaInstanceFileReader. getDefaultReader()Returns the default reader to use.DataContainerReaderAbstractDataContainerFileImport. getReader()Returns the reader in use.DataContainerReaderAbstractDataContainerFileReader. getReader()Returns the reader in use.Methods in adams.flow.transformer with parameters of type DataContainerReader Modifier and Type Method Description voidAbstractDataContainerFileImport. setReader(DataContainerReader value)Sets the reader to use.voidAbstractDataContainerFileReader. 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 classAbstractDataContainerFileChooser<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.
-