public enum ResultFeature extends Enum<ResultFeature>
Java class for RESULT-FEATURE.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="RESULT-FEATURE">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="predictedValue"/>
<enumeration value="predictedDisplayValue"/>
<enumeration value="transformedValue"/>
<enumeration value="decision"/>
<enumeration value="probability"/>
<enumeration value="affinity"/>
<enumeration value="residual"/>
<enumeration value="standardError"/>
<enumeration value="clusterId"/>
<enumeration value="clusterAffinity"/>
<enumeration value="entityId"/>
<enumeration value="entityAffinity"/>
<enumeration value="warning"/>
<enumeration value="ruleValue"/>
<enumeration value="reasonCode"/>
<enumeration value="antecedent"/>
<enumeration value="consequent"/>
<enumeration value="rule"/>
<enumeration value="ruleId"/>
<enumeration value="confidence"/>
<enumeration value="support"/>
<enumeration value="lift"/>
<enumeration value="leverage"/>
</restriction>
</simpleType>
| 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_ERROR |
SUPPORT |
TRANSFORMED_VALUE |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
static ResultFeature |
fromValue(String v) |
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 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 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()
public static ResultFeature fromValue(String v)
Copyright © 2016 University of Tartu. All rights reserved.