Class | Description |
---|---|
CifarDataSetIterator |
CifarDataSetIterator is an iterator for Cifar10 dataset explicitly
There is a special preProcessor used to normalize the dataset based on Sergey Zagoruyko example
https://github.com/szagoruyko/cifar.torch
|
IrisDataSetIterator | |
LFWDataSetIterator | |
ListDataSetIterator |
Wraps a data applyTransformToDestination collection
|
MnistDataSetIterator |
Mnist data applyTransformToDestination iterator.
|
MovingWindowDataSetFetcher |
Moving window data fetcher.
|
MultiDataSetIteratorAdapter |
Iterator that adapts a DataSetIterator to a MultiDataSetIterator
|
RawMnistDataSetIterator |
Mnist data with scaled pixels
|
SingletonMultiDataSetIterator |
A very simple adapter class for converting a single MultiDataSet to a MultiDataSetIterator.
|