public enum RESULT_FEATURE extends Enum<RESULT_FEATURE>
| Enum Constant and Description |
|---|
AFFINITY |
ANTECEDENT |
CLUSTER_AFFINITY |
CLUSTER_ID |
CONFIDENCE |
CONSEQUENT |
DECISION |
ENTITY_AFFINITY |
ENTITY_ID |
LEVERAGE |
LIFT |
PREDICTED_DISPLAY_VALUE |
PREDICTED_VALUE |
PROBABILITY |
REASON_CODE |
RESIDUAL |
RULE |
RULE_ID |
RULE_VALUE |
STANDARD_DEVIATION |
STANDARD_ERROR |
SUPPORT |
TRANSFORMED_VALUE |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
static RESULT_FEATURE |
byName(String name) |
String |
getName() |
static RESULT_FEATURE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RESULT_FEATURE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RESULT_FEATURE PREDICTED_VALUE
public static final RESULT_FEATURE PREDICTED_DISPLAY_VALUE
public static final RESULT_FEATURE TRANSFORMED_VALUE
public static final RESULT_FEATURE DECISION
public static final RESULT_FEATURE PROBABILITY
public static final RESULT_FEATURE AFFINITY
public static final RESULT_FEATURE RESIDUAL
public static final RESULT_FEATURE STANDARD_ERROR
public static final RESULT_FEATURE STANDARD_DEVIATION
public static final RESULT_FEATURE CLUSTER_ID
public static final RESULT_FEATURE CLUSTER_AFFINITY
public static final RESULT_FEATURE ENTITY_ID
public static final RESULT_FEATURE ENTITY_AFFINITY
public static final RESULT_FEATURE WARNING
public static final RESULT_FEATURE RULE_VALUE
public static final RESULT_FEATURE REASON_CODE
public static final RESULT_FEATURE ANTECEDENT
public static final RESULT_FEATURE CONSEQUENT
public static final RESULT_FEATURE RULE
public static final RESULT_FEATURE RULE_ID
public static final RESULT_FEATURE CONFIDENCE
public static final RESULT_FEATURE SUPPORT
public static final RESULT_FEATURE LIFT
public static final RESULT_FEATURE LEVERAGE
public static RESULT_FEATURE[] values()
for (RESULT_FEATURE c : RESULT_FEATURE.values()) System.out.println(c);
public static RESULT_FEATURE 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 static RESULT_FEATURE byName(String name)
public String getName()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.