public static enum Regression.NormalizationMethod extends Enum<Regression.NormalizationMethod>
Java class for null.
The following schema fragment specifies the expected content contained within this class.
<simpleType>
<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 Regression.NormalizationMethod |
fromValue(String v) |
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()
public static Regression.NormalizationMethod fromValue(String v)
Copyright © 2016 University of Tartu. All rights reserved.