public static enum LinearRegressionModelParameters.ModelCoefficient extends Enum<LinearRegressionModelParameters.ModelCoefficient>
Enum Constant and Description |
---|
FOLLOWER_BYTES_IN |
LEADER_BYTES_IN |
LEADER_BYTES_OUT |
Modifier and Type | Method and Description |
---|---|
static LinearRegressionModelParameters.ModelCoefficient |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinearRegressionModelParameters.ModelCoefficient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinearRegressionModelParameters.ModelCoefficient LEADER_BYTES_IN
public static final LinearRegressionModelParameters.ModelCoefficient LEADER_BYTES_OUT
public static final LinearRegressionModelParameters.ModelCoefficient FOLLOWER_BYTES_IN
public static LinearRegressionModelParameters.ModelCoefficient[] values()
for (LinearRegressionModelParameters.ModelCoefficient c : LinearRegressionModelParameters.ModelCoefficient.values()) System.out.println(c);
public static LinearRegressionModelParameters.ModelCoefficient 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 null