public static enum GeneralRegressionModel.LinkFunction extends Enum<GeneralRegressionModel.LinkFunction>
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="cloglog"/>
<enumeration value="identity"/>
<enumeration value="log"/>
<enumeration value="logc"/>
<enumeration value="logit"/>
<enumeration value="loglog"/>
<enumeration value="negbin"/>
<enumeration value="oddspower"/>
<enumeration value="power"/>
<enumeration value="probit"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CLOGLOG |
IDENTITY |
LOG |
LOGC |
LOGIT |
LOGLOG |
NEGBIN |
ODDSPOWER |
POWER |
PROBIT |
| Modifier and Type | Method and Description |
|---|---|
static GeneralRegressionModel.LinkFunction |
fromValue(String v) |
String |
value() |
static GeneralRegressionModel.LinkFunction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneralRegressionModel.LinkFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneralRegressionModel.LinkFunction CLOGLOG
public static final GeneralRegressionModel.LinkFunction IDENTITY
public static final GeneralRegressionModel.LinkFunction LOG
public static final GeneralRegressionModel.LinkFunction LOGC
public static final GeneralRegressionModel.LinkFunction LOGIT
public static final GeneralRegressionModel.LinkFunction LOGLOG
public static final GeneralRegressionModel.LinkFunction NEGBIN
public static final GeneralRegressionModel.LinkFunction ODDSPOWER
public static final GeneralRegressionModel.LinkFunction POWER
public static final GeneralRegressionModel.LinkFunction PROBIT
public static GeneralRegressionModel.LinkFunction[] values()
for (GeneralRegressionModel.LinkFunction c : GeneralRegressionModel.LinkFunction.values()) System.out.println(c);
public static GeneralRegressionModel.LinkFunction 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 GeneralRegressionModel.LinkFunction fromValue(String v)
Copyright © 2016 University of Tartu. All rights reserved.