23 #ifndef SRC_importers_IMPORTER_HPP_
24 #define SRC_importers_IMPORTER_HPP_
29 #include <logger/Log.hpp>
30 #include <configuration/PropertyTree.hpp>
50 template <
typename DataType,
typename LabelType>
58 Importer(std::string node_name_,
size_t batch_size_ = 1) : mic::types::
Batch<DataType, LabelType>::
Batch(batch_size_), PropertyTree(node_name_)
Template class storing the sample batches. A batch is stored in fact as three vectors, containing data, labels and sample numbers respectively.
Importer(std::string node_name_, size_t batch_size_=1)
Parent class for all data importers.
virtual bool importData()=0
Batch(size_t batch_size_=1)