public enum ResultFeatureType extends Enum<ResultFeatureType>
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 ResultFeatureType |
fromValue(String v) |
String |
value() |
static ResultFeatureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultFeatureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultFeatureType PREDICTED_VALUE
public static final ResultFeatureType PREDICTED_DISPLAY_VALUE
public static final ResultFeatureType TRANSFORMED_VALUE
public static final ResultFeatureType DECISION
public static final ResultFeatureType PROBABILITY
public static final ResultFeatureType AFFINITY
public static final ResultFeatureType RESIDUAL
public static final ResultFeatureType STANDARD_ERROR
public static final ResultFeatureType CLUSTER_ID
public static final ResultFeatureType CLUSTER_AFFINITY
public static final ResultFeatureType ENTITY_ID
public static final ResultFeatureType ENTITY_AFFINITY
public static final ResultFeatureType WARNING
public static final ResultFeatureType RULE_VALUE
public static final ResultFeatureType REASON_CODE
public static final ResultFeatureType ANTECEDENT
public static final ResultFeatureType CONSEQUENT
public static final ResultFeatureType RULE
public static final ResultFeatureType RULE_ID
public static final ResultFeatureType CONFIDENCE
public static final ResultFeatureType SUPPORT
public static final ResultFeatureType LIFT
public static final ResultFeatureType LEVERAGE
public static ResultFeatureType[] values()
for (ResultFeatureType c : ResultFeatureType.values()) System.out.println(c);
public static ResultFeatureType 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 ResultFeatureType fromValue(String v)
Copyright © 2014 University of Tartu. All Rights Reserved.