public static enum VLADIndexerDataBuilder.StandardPostProcesses extends Enum<VLADIndexerDataBuilder.StandardPostProcesses> implements Function<List<? extends LocalFeature<?,?>>,List<FloatLocalFeatureAdaptor<?>>>
Enum Constant and Description |
---|
HELLINGER
Apply Hellinger normalisation to the converted float features
|
NONE
Do nothing, other than convert to float is required
|
Modifier and Type | Method and Description |
---|---|
static VLADIndexerDataBuilder.StandardPostProcesses |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VLADIndexerDataBuilder.StandardPostProcesses[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VLADIndexerDataBuilder.StandardPostProcesses NONE
public static final VLADIndexerDataBuilder.StandardPostProcesses HELLINGER
public static VLADIndexerDataBuilder.StandardPostProcesses[] values()
for (VLADIndexerDataBuilder.StandardPostProcesses c : VLADIndexerDataBuilder.StandardPostProcesses.values()) System.out.println(c);
public static VLADIndexerDataBuilder.StandardPostProcesses 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