| Class | Description |
|---|---|
| Cifar10DataSetIterator |
CifarDataSetIterator is an iterator for CIFAR-10 dataset - 10 classes, with 32x32 images with 3 channels (RGB)
This fetcher uses a cached version of the CIFAR dataset which is converted to PNG images,
see: https://pjreddie.com/projects/cifar-10-dataset-mirror/.
|
| EmnistDataSetIterator |
EMNIST DataSetIterator
EMNIST is similar to the common MNIST dataset (available via MnistDataSetIterator), with 6 different splits/
variants, specified by EmnistDataSetIterator.Set:COMPLETE: Also known as 'ByClass' split. |
| IrisDataSetIterator |
IrisDataSetIterator: An iterator for the well-known Iris dataset.
|
| LFWDataSetIterator |
LFW iterator - Labeled Faces from the Wild dataset
See http://vis-www.cs.umass.edu/lfw/ 13233 images total, with 5749 classes. |
| MnistDataSetIterator |
MNIST data set iterator - 60000 training digits, 10000 test digits, 10 classes.
|
| TinyImageNetDataSetIterator |
Tiny ImageNet is a subset of the ImageNet database.
|
| UciSequenceDataSetIterator |
UCI synthetic control chart time series dataset.
|
| Enum | Description |
|---|---|
| EmnistDataSetIterator.Set |
EMNIST dataset has multiple different subsets.
|
Copyright © 2019. All rights reserved.