public static enum EncoderMVImpute.MVMethod extends Enum<EncoderMVImpute.MVMethod>
Enum Constant and Description |
---|
CONSTANT |
GLOBAL_MEAN |
GLOBAL_MODE |
INVALID |
Modifier and Type | Method and Description |
---|---|
static EncoderMVImpute.MVMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncoderMVImpute.MVMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncoderMVImpute.MVMethod INVALID
public static final EncoderMVImpute.MVMethod GLOBAL_MEAN
public static final EncoderMVImpute.MVMethod GLOBAL_MODE
public static final EncoderMVImpute.MVMethod CONSTANT
public static EncoderMVImpute.MVMethod[] values()
for (EncoderMVImpute.MVMethod c : EncoderMVImpute.MVMethod.values()) System.out.println(c);
public static EncoderMVImpute.MVMethod 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 © 2020 The Apache Software Foundation. All rights reserved.