public static enum JSATData.DatasetTypeMarker extends Enum<JSATData.DatasetTypeMarker>
Enum Constant and Description |
---|
CLASSIFICATION |
REGRESSION |
STANDARD |
Modifier and Type | Method and Description |
---|---|
static JSATData.DatasetTypeMarker |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSATData.DatasetTypeMarker[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSATData.DatasetTypeMarker STANDARD
public static final JSATData.DatasetTypeMarker REGRESSION
public static final JSATData.DatasetTypeMarker CLASSIFICATION
public static JSATData.DatasetTypeMarker[] values()
for (JSATData.DatasetTypeMarker c : JSATData.DatasetTypeMarker.values()) System.out.println(c);
public static JSATData.DatasetTypeMarker 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 © 2017. All rights reserved.