public enum EncoderType extends Enum<EncoderType>
EncoderTrainer| Enum Constant and Description |
|---|
ONE_HOT_ENCODER
One hot encoder.
|
STRING_ENCODER
String encoder.
|
| Modifier and Type | Method and Description |
|---|---|
static EncoderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncoderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncoderType ONE_HOT_ENCODER
public static final EncoderType STRING_ENCODER
public static EncoderType[] values()
for (EncoderType c : EncoderType.values()) System.out.println(c);
public static EncoderType 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
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025