public static enum Regression.NormalizationMethod extends Enum<Regression.NormalizationMethod> implements StringValue<Regression.NormalizationMethod>
| Enum Constant and Description |
|---|
CAUCHIT |
CLOGLOG |
EXP |
LOGIT |
LOGLOG |
NONE |
PROBIT |
SIMPLEMAX |
SOFTMAX |
| Modifier and Type | Method and Description |
|---|---|
static Regression.NormalizationMethod |
fromValue(String v) |
String |
toString() |
String |
value() |
static Regression.NormalizationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Regression.NormalizationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Regression.NormalizationMethod NONE
public static final Regression.NormalizationMethod SIMPLEMAX
public static final Regression.NormalizationMethod SOFTMAX
public static final Regression.NormalizationMethod LOGIT
public static final Regression.NormalizationMethod PROBIT
public static final Regression.NormalizationMethod CLOGLOG
public static final Regression.NormalizationMethod EXP
public static final Regression.NormalizationMethod LOGLOG
public static final Regression.NormalizationMethod CAUCHIT
public static Regression.NormalizationMethod[] values()
for (Regression.NormalizationMethod c : Regression.NormalizationMethod.values()) System.out.println(c);
public static Regression.NormalizationMethod 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 nullpublic String value()
value in interface StringValue<Regression.NormalizationMethod>public static Regression.NormalizationMethod fromValue(String v)
public String toString()
toString in class Enum<Regression.NormalizationMethod>Copyright © 2019 University of Tartu. All rights reserved.