public static enum CalibrationHelper.CalibrationMethod extends java.lang.Enum<CalibrationHelper.CalibrationMethod>
Enum Constant and Description |
---|
AUTO |
IsotonicRegression |
PlattScaling |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
static CalibrationHelper.CalibrationMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CalibrationHelper.CalibrationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalibrationHelper.CalibrationMethod AUTO
public static final CalibrationHelper.CalibrationMethod PlattScaling
public static final CalibrationHelper.CalibrationMethod IsotonicRegression
public static CalibrationHelper.CalibrationMethod[] values()
for (CalibrationHelper.CalibrationMethod c : CalibrationHelper.CalibrationMethod.values()) System.out.println(c);
public static CalibrationHelper.CalibrationMethod 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 nullpublic java.lang.String getId()