public static enum GeneralRegressionModel.CumulativeLinkFunction extends Enum<GeneralRegressionModel.CumulativeLinkFunction> implements StringValue<GeneralRegressionModel.CumulativeLinkFunction>
| Enum Constant and Description |
|---|
CAUCHIT |
CLOGLOG |
LOGIT |
LOGLOG |
PROBIT |
| Modifier and Type | Method and Description |
|---|---|
static GeneralRegressionModel.CumulativeLinkFunction |
fromValue(String v) |
String |
toString() |
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()
value in interface StringValue<GeneralRegressionModel.CumulativeLinkFunction>public static GeneralRegressionModel.CumulativeLinkFunction fromValue(String v)
public String toString()
toString in class Enum<GeneralRegressionModel.CumulativeLinkFunction>Copyright © 2024. All rights reserved.