public static enum ColumnEncoder.EncoderType extends Enum<ColumnEncoder.EncoderType>
Enum Constant and Description |
---|
Bin |
Composite |
Dummycode |
FeatureHash |
MVImpute |
Omit |
PassThrough |
Recode |
Modifier and Type | Method and Description |
---|---|
static ColumnEncoder.EncoderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnEncoder.EncoderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColumnEncoder.EncoderType Recode
public static final ColumnEncoder.EncoderType FeatureHash
public static final ColumnEncoder.EncoderType PassThrough
public static final ColumnEncoder.EncoderType Bin
public static final ColumnEncoder.EncoderType Dummycode
public static final ColumnEncoder.EncoderType Omit
public static final ColumnEncoder.EncoderType MVImpute
public static final ColumnEncoder.EncoderType Composite
public static ColumnEncoder.EncoderType[] values()
for (ColumnEncoder.EncoderType c : ColumnEncoder.EncoderType.values()) System.out.println(c);
public static ColumnEncoder.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 nullCopyright © 2021 The Apache Software Foundation. All rights reserved.