public static enum ScratchAssaySVMTrainer.ValidationMethod extends Enum<ScratchAssaySVMTrainer.ValidationMethod>
| Enum Constant and Description |
|---|
K_FOLD |
LEAVE_ONE_OUT |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static ScratchAssaySVMTrainer.ValidationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScratchAssaySVMTrainer.ValidationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScratchAssaySVMTrainer.ValidationMethod NONE
public static final ScratchAssaySVMTrainer.ValidationMethod K_FOLD
public static final ScratchAssaySVMTrainer.ValidationMethod LEAVE_ONE_OUT
public static ScratchAssaySVMTrainer.ValidationMethod[] values()
for (ScratchAssaySVMTrainer.ValidationMethod c : ScratchAssaySVMTrainer.ValidationMethod.values()) System.out.println(c);
public static ScratchAssaySVMTrainer.ValidationMethod 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 © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.