public static enum InferFromMatrix.RegularizationType extends Enum<InferFromMatrix.RegularizationType>
Modifier and Type | Method and Description |
---|---|
static InferFromMatrix.RegularizationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InferFromMatrix.RegularizationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InferFromMatrix.RegularizationType NONE
public static final InferFromMatrix.RegularizationType IDENTITY
public static final InferFromMatrix.RegularizationType BORDER
public static InferFromMatrix.RegularizationType[] values()
for (InferFromMatrix.RegularizationType c : InferFromMatrix.RegularizationType.values()) System.out.println(c);
public static InferFromMatrix.RegularizationType 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 © 2015–2021 Fiji. All rights reserved.