dataset type Options: EmnistDataSet.X:
COMPLETE: 62 unbalanced classes, 814,255 examples total (train + test). MERGE: 47 unbalanced classes, 814,255 examples total. Combines lower and upper case characters (that are difficult to distinguish) into one class for each letter (instead of 2), for letters C, I, J, K, L, M, O, P, S, U, V, W, X, Y and Z BALANCED: 47 balanced classes, 131,600 examples total. LETTERS: 26 balanced classes, 145,600 examples total. DIGITS: 10 balanced classes, 280,000 examples total. MNIST: 10 balanced classes., 70,000 examples total. Equivalent to the original MNIST dataset in MnistDataSetIterator
batch size
whether to binarize features
whether to get the train (train=true) or the test (train=false) split
whether to shuffle the dataset
seed for the random generator
dataset iterator
EmnistIterator
EMNIST: an extension of MNIST to handwritten letters The EMNIST Dataset