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