public static enum GaussianProcessKernel.Space extends Enum<GaussianProcessKernel.Space>
Modifier and Type | Method and Description |
---|---|
static GaussianProcessKernel.Space |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GaussianProcessKernel.Space[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GaussianProcessKernel.Space SS
public static final GaussianProcessKernel.Space OS
public static final GaussianProcessKernel.Space LS
public static GaussianProcessKernel.Space[] values()
for (GaussianProcessKernel.Space c : GaussianProcessKernel.Space.values()) System.out.println(c);
public static GaussianProcessKernel.Space 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 © 2020 University of California, Santa Cruz. All rights reserved.