public static enum LinearRegressionFitter.REG_METHOD extends Enum<LinearRegressionFitter.REG_METHOD>
| Modifier and Type | Method and Description |
|---|---|
static LinearRegressionFitter.REG_METHOD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinearRegressionFitter.REG_METHOD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinearRegressionFitter.REG_METHOD STANDARD
public static final LinearRegressionFitter.REG_METHOD TIKHONOV
public static LinearRegressionFitter.REG_METHOD[] values()
for (LinearRegressionFitter.REG_METHOD c : LinearRegressionFitter.REG_METHOD.values()) System.out.println(c);
public static LinearRegressionFitter.REG_METHOD 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 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.