public static enum SharedTreeModel.SharedTreeParameters.HistogramType extends java.lang.Enum<SharedTreeModel.SharedTreeParameters.HistogramType>
Enum Constant and Description |
---|
AUTO |
QuantilesGlobal |
Random |
RoundRobin |
UniformAdaptive |
UniformRobust |
Modifier and Type | Field and Description |
---|---|
static SharedTreeModel.SharedTreeParameters.HistogramType[] |
ROUND_ROBIN_CANDIDATES |
Modifier and Type | Method and Description |
---|---|
static SharedTreeModel.SharedTreeParameters.HistogramType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SharedTreeModel.SharedTreeParameters.HistogramType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SharedTreeModel.SharedTreeParameters.HistogramType AUTO
public static final SharedTreeModel.SharedTreeParameters.HistogramType UniformAdaptive
public static final SharedTreeModel.SharedTreeParameters.HistogramType Random
public static final SharedTreeModel.SharedTreeParameters.HistogramType QuantilesGlobal
public static final SharedTreeModel.SharedTreeParameters.HistogramType RoundRobin
public static final SharedTreeModel.SharedTreeParameters.HistogramType UniformRobust
public static SharedTreeModel.SharedTreeParameters.HistogramType[] ROUND_ROBIN_CANDIDATES
public static SharedTreeModel.SharedTreeParameters.HistogramType[] values()
for (SharedTreeModel.SharedTreeParameters.HistogramType c : SharedTreeModel.SharedTreeParameters.HistogramType.values()) System.out.println(c);
public static SharedTreeModel.SharedTreeParameters.HistogramType 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