| Enum Constant and Description |
|---|
family_default |
identity |
inverse |
log |
logit |
tweedie |
| Modifier and Type | Method and Description |
|---|---|
static GLMLink |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GLMLink[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GLMLink family_default
public static final GLMLink identity
public static final GLMLink inverse
public static final GLMLink log
public static final GLMLink logit
public static final GLMLink tweedie
public static GLMLink[] values()
for (GLMLink c : GLMLink.values()) System.out.println(c);
public static GLMLink valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null