public enum EncoderSortingStrategy extends Enum<EncoderSortingStrategy>
EncoderTrainer
Enum Constant and Description |
---|
FREQUENCY_ASC
Ascending order by label frequency (least frequent label assigned 0).
|
FREQUENCY_DESC
Descending order by label frequency (most frequent label assigned 0).
|
Modifier and Type | Method and Description |
---|---|
static EncoderSortingStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncoderSortingStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncoderSortingStrategy FREQUENCY_DESC
public static final EncoderSortingStrategy FREQUENCY_ASC
public static EncoderSortingStrategy[] values()
for (EncoderSortingStrategy c : EncoderSortingStrategy.values()) System.out.println(c);
public static EncoderSortingStrategy 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 null
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024