public static enum PassiveAggressiveClassification.Loss extends Enum<PassiveAggressiveClassification.Loss>
Modifier and Type | Method and Description |
---|---|
static PassiveAggressiveClassification.Loss |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PassiveAggressiveClassification.Loss[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PassiveAggressiveClassification.Loss HINGE
public static final PassiveAggressiveClassification.Loss RAMP
public static PassiveAggressiveClassification.Loss[] values()
for (PassiveAggressiveClassification.Loss c : PassiveAggressiveClassification.Loss.values()) System.out.println(c);
public static PassiveAggressiveClassification.Loss 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 nullCopyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.