public static enum DataInfo.TransformType extends java.lang.Enum<DataInfo.TransformType>
Enum Constant and Description |
---|
DEMEAN |
DESCALE |
NONE |
NORMALIZE |
STANDARDIZE |
Modifier and Type | Method and Description |
---|---|
boolean |
isMeanAdjusted() |
boolean |
isSigmaScaled() |
static DataInfo.TransformType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataInfo.TransformType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataInfo.TransformType NONE
public static final DataInfo.TransformType STANDARDIZE
public static final DataInfo.TransformType NORMALIZE
public static final DataInfo.TransformType DEMEAN
public static final DataInfo.TransformType DESCALE
public static DataInfo.TransformType[] values()
for (DataInfo.TransformType c : DataInfo.TransformType.values()) System.out.println(c);
public static DataInfo.TransformType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean isMeanAdjusted()
public boolean isSigmaScaled()