public static enum EmnistDataSetIterator.Set extends Enum<EmnistDataSetIterator.Set>
EmnistDataSetIterator Javadoc for details.| Enum Constant and Description |
|---|
BALANCED |
COMPLETE |
DIGITS |
LETTERS |
MERGE |
MNIST |
| Modifier and Type | Method and Description |
|---|---|
static EmnistDataSetIterator.Set |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmnistDataSetIterator.Set[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmnistDataSetIterator.Set COMPLETE
public static final EmnistDataSetIterator.Set MERGE
public static final EmnistDataSetIterator.Set BALANCED
public static final EmnistDataSetIterator.Set LETTERS
public static final EmnistDataSetIterator.Set DIGITS
public static final EmnistDataSetIterator.Set MNIST
public static EmnistDataSetIterator.Set[] values()
for (EmnistDataSetIterator.Set c : EmnistDataSetIterator.Set.values()) System.out.println(c);
public static EmnistDataSetIterator.Set valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.