public class ModelFieldRole extends Enum
Modifier and Type | Field and Description |
---|---|
static ModelFieldRole |
ADJUSTED_PROBABILITY
Indicates a field containing the adjusted probability of the target value.
|
static ModelFieldRole |
ENTITY_AFFINITY
Indicates a field containing the affinity or distance of the value from the entity.
|
static ModelFieldRole |
ENTITY_ID
Indicates a field containing the entity ID associated with the cluster, tree node, neuron or rule.
|
static ModelFieldRole |
LOWER_CONFIDENCE_LIMIT
Indicates a field containing the lower confidence limit of a numeric prediction.
|
static ModelFieldRole |
PREDICTED_DISPLAY_VALUE
Indicates a field containing a displayed-friendly representation of the predicted value.
|
static ModelFieldRole |
PREDICTED_VALUE
Indicates a field containing the predicted value.
|
static ModelFieldRole |
PROBABILITY
Indicates a field containing the probability of the target value.
|
static ModelFieldRole |
PRODICTED_SEQUENCE
Indicates a field containing the predicted sequence.
|
static ModelFieldRole |
PRODICTED_SEQUENCE_PROBABILITY
Indicates a field containing the probability associated with the predicted sequence.
|
static ModelFieldRole |
PROPENSITY
Indicates a field containing the propensity of the prediction.
|
static ModelFieldRole |
RESIDUAL
Indicates a field containing the residual of the predicted numeric value.
|
static ModelFieldRole |
STANDARD_DEVIATION
Indicates a field containing the standard deviation of the target value.
|
static ModelFieldRole |
STANDARD_ERROR
Indicates a field containing the standard error of the predicted numeric value.
|
static ModelFieldRole |
SUPPLEMENTARY
Indicates a field containing some additional information about the value that cannot be categorized into one of the other model field roles.
|
static ModelFieldRole |
SUPPORT
Indicates a field containing the support associated with an association model rule.
|
static ModelFieldRole |
UNKNOWN
Indicates that the role cannot be determined.
|
static ModelFieldRole |
UPPER_CONFIDENCE_LIMIT
Indicates a field containing the upper confidence limit of a numeric prediction.
|
static ModelFieldRole |
VALUE
Indicates a field containing the model output value for non-predictive models.
|
static ModelFieldRole |
VARIANCE
Indicates a field containing the variance of the target value.
|
Modifier and Type | Method and Description |
---|---|
static ModelFieldRole |
getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
static ModelFieldRole[] |
getValues()
Returns an array containing all the valid values for this enumeration class.
|
boolean |
isUnknown()
Returns
true if this value is UNKNOWN . |
public static final ModelFieldRole UNKNOWN
public static final ModelFieldRole PREDICTED_VALUE
public static final ModelFieldRole PREDICTED_DISPLAY_VALUE
public static final ModelFieldRole PROBABILITY
public static final ModelFieldRole RESIDUAL
public static final ModelFieldRole STANDARD_ERROR
public static final ModelFieldRole ENTITY_ID
public static final ModelFieldRole ENTITY_AFFINITY
public static final ModelFieldRole UPPER_CONFIDENCE_LIMIT
public static final ModelFieldRole LOWER_CONFIDENCE_LIMIT
public static final ModelFieldRole PROPENSITY
public static final ModelFieldRole VALUE
public static final ModelFieldRole SUPPLEMENTARY
public static final ModelFieldRole VARIANCE
public static final ModelFieldRole STANDARD_DEVIATION
public static final ModelFieldRole SUPPORT
public static final ModelFieldRole ADJUSTED_PROBABILITY
public static final ModelFieldRole PRODICTED_SEQUENCE
public static final ModelFieldRole PRODICTED_SEQUENCE_PROBABILITY
public static ModelFieldRole getEnum(java.lang.String name)
null
if
no enumeration exists for the supplied name.name
- the enumeration namenull
public static ModelFieldRole[] getValues()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.