Class Dataset

Inheritance Relationships

Base Types

Derived Type

Class Documentation

class Dataset : public marian::data::DatasetBase<Example, ExampleIterator, DataBatch>, public marian::data::RNGEngine

Subclassed by marian::data::MNISTData

Public Functions

Dataset(const std::vector<std::string> &paths, Ptr<Options> options)
virtual void loadData() = 0
iterator begin()
iterator end()
void shuffle()
batch_ptr toBatch(const Examples &batchVector)

Protected Attributes

Examples examples_