public enum GlmGLMModelGLMParametersLink extends java.lang.Enum<GlmGLMModelGLMParametersLink>
| Enum Constant and Description |
|---|
family_default |
identity |
inverse |
log |
logit |
tweedie |
| Modifier and Type | Method and Description |
|---|---|
static GlmGLMModelGLMParametersLink |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GlmGLMModelGLMParametersLink[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlmGLMModelGLMParametersLink family_default
public static final GlmGLMModelGLMParametersLink identity
public static final GlmGLMModelGLMParametersLink logit
public static final GlmGLMModelGLMParametersLink log
public static final GlmGLMModelGLMParametersLink inverse
public static final GlmGLMModelGLMParametersLink tweedie
public static GlmGLMModelGLMParametersLink[] values()
for (GlmGLMModelGLMParametersLink c : GlmGLMModelGLMParametersLink.values()) System.out.println(c);
public static GlmGLMModelGLMParametersLink 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