public static enum TreeModel.MissingValueStrategy extends Enum<TreeModel.MissingValueStrategy> implements StringValue<TreeModel.MissingValueStrategy>
| Enum Constant and Description |
|---|
AGGREGATE_NODES |
DEFAULT_CHILD |
LAST_PREDICTION |
NONE |
NULL_PREDICTION |
WEIGHTED_CONFIDENCE |
| Modifier and Type | Method and Description |
|---|---|
static TreeModel.MissingValueStrategy |
fromValue(String v) |
String |
toString() |
String |
value() |
static TreeModel.MissingValueStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeModel.MissingValueStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreeModel.MissingValueStrategy LAST_PREDICTION
public static final TreeModel.MissingValueStrategy NULL_PREDICTION
public static final TreeModel.MissingValueStrategy DEFAULT_CHILD
public static final TreeModel.MissingValueStrategy WEIGHTED_CONFIDENCE
public static final TreeModel.MissingValueStrategy AGGREGATE_NODES
public static final TreeModel.MissingValueStrategy NONE
public static TreeModel.MissingValueStrategy[] values()
for (TreeModel.MissingValueStrategy c : TreeModel.MissingValueStrategy.values()) System.out.println(c);
public static TreeModel.MissingValueStrategy 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 nullpublic String value()
value in interface StringValue<TreeModel.MissingValueStrategy>public static TreeModel.MissingValueStrategy fromValue(String v)
public String toString()
toString in class Enum<TreeModel.MissingValueStrategy>Copyright © 2024. All rights reserved.