Package | Description |
---|---|
com.spss.psapi.core |
This provides the base objects used by other parts of the API.
|
com.spss.psapi.data |
This provides support for metadata such as the names, values and types of data.
|
Modifier and Type | Field and Description |
---|---|
static ModelFieldRole |
ModelFieldRole.ADJUSTED_PROBABILITY
Indicates a field containing the adjusted probability of the target value.
|
static ModelFieldRole |
ModelFieldRole.ENTITY_AFFINITY
Indicates a field containing the affinity or distance of the value from the entity.
|
static ModelFieldRole |
ModelFieldRole.ENTITY_ID
Indicates a field containing the entity ID associated with the cluster, tree node, neuron or rule.
|
static ModelFieldRole |
ModelFieldRole.LOWER_CONFIDENCE_LIMIT
Indicates a field containing the lower confidence limit of a numeric prediction.
|
static ModelFieldRole |
ModelFieldRole.PREDICTED_DISPLAY_VALUE
Indicates a field containing a displayed-friendly representation of the predicted value.
|
static ModelFieldRole |
ModelFieldRole.PREDICTED_VALUE
Indicates a field containing the predicted value.
|
static ModelFieldRole |
ModelFieldRole.PROBABILITY
Indicates a field containing the probability of the target value.
|
static ModelFieldRole |
ModelFieldRole.PRODICTED_SEQUENCE
Indicates a field containing the predicted sequence.
|
static ModelFieldRole |
ModelFieldRole.PRODICTED_SEQUENCE_PROBABILITY
Indicates a field containing the probability associated with the predicted sequence.
|
static ModelFieldRole |
ModelFieldRole.PROPENSITY
Indicates a field containing the propensity of the prediction.
|
static ModelFieldRole |
ModelFieldRole.RESIDUAL
Indicates a field containing the residual of the predicted numeric value.
|
static ModelFieldRole |
ModelFieldRole.STANDARD_DEVIATION
Indicates a field containing the standard deviation of the target value.
|
static ModelFieldRole |
ModelFieldRole.STANDARD_ERROR
Indicates a field containing the standard error of the predicted numeric value.
|
static ModelFieldRole |
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 |
ModelFieldRole.SUPPORT
Indicates a field containing the support associated with an association model rule.
|
static ModelFieldRole |
ModelFieldRole.UNKNOWN
Indicates that the role cannot be determined.
|
static ModelFieldRole |
ModelFieldRole.UPPER_CONFIDENCE_LIMIT
Indicates a field containing the upper confidence limit of a numeric prediction.
|
static ModelFieldRole |
ModelFieldRole.VALUE
Indicates a field containing the model output value for non-predictive models.
|
static ModelFieldRole |
ModelFieldRole.VARIANCE
Indicates a field containing the variance of the target value.
|
Modifier and Type | Method and Description |
---|---|
static ModelFieldRole |
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[] |
ModelFieldRole.getValues()
Returns an array containing all the valid values for this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
ModelFieldRole |
ModelOutputMetadata.getRole()
Returns the model output column role for the column if
it is a model output column or
null . |
Modifier and Type | Method and Description |
---|---|
ModelOutputMetadata |
DataModelFactory.createModelOutputMetadata(ModelFieldRole modelFieldRole,
java.lang.String targetColumn,
java.lang.Object value,
java.util.List group,
java.lang.String tag)
Returns a new model output metadata object with the specified attributes.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.