public static enum IsotonicRegressionModel.OutOfBoundsHandling extends java.lang.Enum<IsotonicRegressionModel.OutOfBoundsHandling>
Modifier and Type | Method and Description |
---|---|
static IsotonicRegressionModel.OutOfBoundsHandling |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IsotonicRegressionModel.OutOfBoundsHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IsotonicRegressionModel.OutOfBoundsHandling NA
public static final IsotonicRegressionModel.OutOfBoundsHandling Clip
public static IsotonicRegressionModel.OutOfBoundsHandling[] values()
for (IsotonicRegressionModel.OutOfBoundsHandling c : IsotonicRegressionModel.OutOfBoundsHandling.values()) System.out.println(c);
public static IsotonicRegressionModel.OutOfBoundsHandling valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null