public static enum RandomDataSetIterator.Values extends Enum<RandomDataSetIterator.Values>
| Enum Constant and Description |
|---|
BINARY |
INTEGER_0_10 |
INTEGER_0_100 |
INTEGER_0_1000 |
INTEGER_0_10000 |
INTEGER_0_100000 |
ONE_HOT |
ONES |
RANDOM_NORMAL |
RANDOM_UNIFORM |
ZEROS |
| Modifier and Type | Method and Description |
|---|---|
RandomMultiDataSetIterator.Values |
toMdsValues() |
static RandomDataSetIterator.Values |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RandomDataSetIterator.Values[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RandomDataSetIterator.Values RANDOM_UNIFORM
public static final RandomDataSetIterator.Values RANDOM_NORMAL
public static final RandomDataSetIterator.Values ONE_HOT
public static final RandomDataSetIterator.Values ZEROS
public static final RandomDataSetIterator.Values ONES
public static final RandomDataSetIterator.Values BINARY
public static final RandomDataSetIterator.Values INTEGER_0_10
public static final RandomDataSetIterator.Values INTEGER_0_100
public static final RandomDataSetIterator.Values INTEGER_0_1000
public static final RandomDataSetIterator.Values INTEGER_0_10000
public static final RandomDataSetIterator.Values INTEGER_0_100000
public static RandomDataSetIterator.Values[] values()
for (RandomDataSetIterator.Values c : RandomDataSetIterator.Values.values()) System.out.println(c);
public static RandomDataSetIterator.Values 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 nullpublic RandomMultiDataSetIterator.Values toMdsValues()
Copyright © 2021. All rights reserved.