public static enum GeneralRegressionModel.Distribution extends Enum<GeneralRegressionModel.Distribution> implements StringValue<GeneralRegressionModel.Distribution>
| Enum Constant and Description |
|---|
BINOMIAL |
GAMMA |
IGAUSS |
NEGBIN |
NORMAL |
POISSON |
TWEEDIE |
| Modifier and Type | Method and Description |
|---|---|
static GeneralRegressionModel.Distribution |
fromValue(String v) |
String |
toString() |
String |
value() |
static GeneralRegressionModel.Distribution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneralRegressionModel.Distribution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneralRegressionModel.Distribution BINOMIAL
public static final GeneralRegressionModel.Distribution GAMMA
public static final GeneralRegressionModel.Distribution IGAUSS
public static final GeneralRegressionModel.Distribution NEGBIN
public static final GeneralRegressionModel.Distribution NORMAL
public static final GeneralRegressionModel.Distribution POISSON
public static final GeneralRegressionModel.Distribution TWEEDIE
public static GeneralRegressionModel.Distribution[] values()
for (GeneralRegressionModel.Distribution c : GeneralRegressionModel.Distribution.values()) System.out.println(c);
public static GeneralRegressionModel.Distribution 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.Distribution>public static GeneralRegressionModel.Distribution fromValue(String v)
public String toString()
toString in class Enum<GeneralRegressionModel.Distribution>Copyright © 2024. All rights reserved.