public enum ResultFeature extends Enum<ResultFeature> implements StringValue<ResultFeature>
| Modifier and Type | Method and Description |
|---|---|
static ResultFeature |
fromValue(String v) |
String |
toString() |
String |
value() |
static ResultFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultFeature PREDICTED_VALUE
public static final ResultFeature PREDICTED_DISPLAY_VALUE
public static final ResultFeature TRANSFORMED_VALUE
public static final ResultFeature DECISION
public static final ResultFeature PROBABILITY
public static final ResultFeature AFFINITY
public static final ResultFeature RESIDUAL
public static final ResultFeature STANDARD_ERROR
public static final ResultFeature STANDARD_DEVIATION
public static final ResultFeature CLUSTER_ID
public static final ResultFeature CLUSTER_AFFINITY
public static final ResultFeature ENTITY_ID
public static final ResultFeature ENTITY_AFFINITY
public static final ResultFeature WARNING
public static final ResultFeature RULE_VALUE
public static final ResultFeature REASON_CODE
public static final ResultFeature ANTECEDENT
public static final ResultFeature CONSEQUENT
public static final ResultFeature RULE
public static final ResultFeature RULE_ID
public static final ResultFeature CONFIDENCE
public static final ResultFeature SUPPORT
public static final ResultFeature LIFT
public static final ResultFeature LEVERAGE
public static final ResultFeature CONFIDENCE_INTERVAL_LOWER
public static final ResultFeature CONFIDENCE_INTERVAL_UPPER
public static final ResultFeature REPORT
public static ResultFeature[] values()
for (ResultFeature c : ResultFeature.values()) System.out.println(c);
public static ResultFeature 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<ResultFeature>public static ResultFeature fromValue(String v)
public String toString()
toString in class Enum<ResultFeature>Copyright © 2022. All rights reserved.