23 #ifndef SRC_importers_RAWTEXTIMPORTER_HPP_
24 #define SRC_importers_RAWTEXTIMPORTER_HPP_
mic::types::Sample< char, char > CharSample
The <char-char> pair type used by e.g. RawTextImporter.
void setDataFilename(std::string data_filename_)
Template class storing the data-label pairs. Additionally it stores the the index of the sample (main...
mic::types::Batch< char, char > CharBatch
The <char-char> batch type used by e.g. RawTextImporter.
Parent class for all data importers.
Contains declaration (and definition) of base template class of all data importers.
mic::configuration::Property< std::string > data_filename
virtual void initializePropertyDependentVariables()
Importer responsible for importing/loading raw text files and returning characters one by one...
RawTextImporter(std::string node_name_="raw_text_importer")
virtual ~RawTextImporter()