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