public enum RegressionNormalizationMethodType extends Enum<RegressionNormalizationMethodType>
Java class for REGRESSIONNORMALIZATIONMETHOD.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="REGRESSIONNORMALIZATIONMETHOD">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="none"/>
<enumeration value="simplemax"/>
<enumeration value="softmax"/>
<enumeration value="logit"/>
<enumeration value="probit"/>
<enumeration value="cloglog"/>
<enumeration value="exp"/>
<enumeration value="loglog"/>
<enumeration value="cauchit"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CAUCHIT |
CLOGLOG |
EXP |
LOGIT |
LOGLOG |
NONE |
PROBIT |
SIMPLEMAX |
SOFTMAX |
| Modifier and Type | Method and Description |
|---|---|
static RegressionNormalizationMethodType |
fromValue(String v) |
String |
value() |
static RegressionNormalizationMethodType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegressionNormalizationMethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegressionNormalizationMethodType NONE
public static final RegressionNormalizationMethodType SIMPLEMAX
public static final RegressionNormalizationMethodType SOFTMAX
public static final RegressionNormalizationMethodType LOGIT
public static final RegressionNormalizationMethodType PROBIT
public static final RegressionNormalizationMethodType CLOGLOG
public static final RegressionNormalizationMethodType EXP
public static final RegressionNormalizationMethodType LOGLOG
public static final RegressionNormalizationMethodType CAUCHIT
public static RegressionNormalizationMethodType[] values()
for (RegressionNormalizationMethodType c : RegressionNormalizationMethodType.values()) System.out.println(c);
public static RegressionNormalizationMethodType 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()
public static RegressionNormalizationMethodType fromValue(String v)
Copyright © 2014 University of Tartu. All Rights Reserved.