public static enum CrossValidation.ObjectSelection extends Enum<CrossValidation.ObjectSelection>
| Enum Constant and Description |
|---|
NONE |
RANDOM |
RANDOM_VALUE_DISTRIBUTION |
| Modifier and Type | Method and Description |
|---|---|
static CrossValidation.ObjectSelection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrossValidation.ObjectSelection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrossValidation.ObjectSelection NONE
public static final CrossValidation.ObjectSelection RANDOM
public static final CrossValidation.ObjectSelection RANDOM_VALUE_DISTRIBUTION
public static CrossValidation.ObjectSelection[] values()
for (CrossValidation.ObjectSelection c : CrossValidation.ObjectSelection.values()) System.out.println(c);
public static CrossValidation.ObjectSelection 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 © 2004–2020 Ideaconsult Ltd.. All rights reserved.