| Package | Description |
|---|---|
| org.deeplearning4j.base | |
| org.deeplearning4j.datasets.fetchers | |
| org.deeplearning4j.datasets.iterator.impl |
| Modifier and Type | Method and Description |
|---|---|
static int |
EmnistFetcher.numLabels(EmnistDataSetIterator.Set dataSet) |
| Constructor and Description |
|---|
EmnistFetcher(EmnistDataSetIterator.Set ds) |
| Constructor and Description |
|---|
EmnistDataFetcher(EmnistDataSetIterator.Set dataSet,
boolean binarize,
boolean train,
boolean shuffle,
long rngSeed) |
| Modifier and Type | Field and Description |
|---|---|
protected EmnistDataSetIterator.Set |
EmnistDataSetIterator.dataSet |
| Modifier and Type | Method and Description |
|---|---|
static EmnistDataSetIterator.Set |
EmnistDataSetIterator.Set.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmnistDataSetIterator.Set[] |
EmnistDataSetIterator.Set.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
EmnistDataSetIterator.getLabels(EmnistDataSetIterator.Set dataSet)
Get the label assignments for the given set as a List
|
static char[] |
EmnistDataSetIterator.getLabelsArray(EmnistDataSetIterator.Set dataSet)
Get the label assignments for the given set as a character array.
|
static boolean |
EmnistDataSetIterator.isBalanced(EmnistDataSetIterator.Set dataSet)
Are the labels balanced in the training set (that is: are the number of examples for each label equal?)
|
static int |
EmnistDataSetIterator.numExamplesTest(EmnistDataSetIterator.Set dataSet)
Get the number of test examples for the specified subset
|
static int |
EmnistDataSetIterator.numExamplesTrain(EmnistDataSetIterator.Set dataSet)
Get the number of training examples for the specified subset
|
static int |
EmnistDataSetIterator.numLabels(EmnistDataSetIterator.Set dataSet)
Get the number of labels for the specified subset
|
| Constructor and Description |
|---|
EmnistDataSetIterator(EmnistDataSetIterator.Set dataSet,
int batch,
boolean train) |
EmnistDataSetIterator(EmnistDataSetIterator.Set dataSet,
int batch,
boolean binarize,
boolean train,
boolean shuffle,
long rngSeed)
Get the specified number of MNIST examples (test or train set), with optional shuffling and binarization.
|
EmnistDataSetIterator(EmnistDataSetIterator.Set dataSet,
int batchSize,
boolean train,
long seed) |
Copyright © 2018. All rights reserved.