Package | Description |
---|---|
org.deeplearning4j.datasets.iterator |
Modifier and Type | Method and Description |
---|---|
static RandomDataSetIterator.Values |
RandomDataSetIterator.Values.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RandomDataSetIterator.Values[] |
RandomDataSetIterator.Values.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RandomDataSetIterator(int numMiniBatches,
long[] featuresShape,
long[] labelsShape,
RandomDataSetIterator.Values featureValues,
RandomDataSetIterator.Values labelValues) |
RandomDataSetIterator(int numMiniBatches,
long[] featuresShape,
long[] labelsShape,
RandomDataSetIterator.Values featureValues,
RandomDataSetIterator.Values labelValues,
char featuresOrder,
char labelsOrder) |
Copyright © 2020. All rights reserved.