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