Package | Description |
---|---|
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 ModelingRole |
ModelingRole.BOTH
Indicates that this column can be either an antecendent or a consequent.
|
static ModelingRole |
ModelingRole.FREQ_WEIGHT
Indicates that this column is used to be as frequency weight but won't be showed for user
|
static ModelingRole |
ModelingRole.IN
Indicates that this column is a predictor or an antecendent.
|
static ModelingRole |
ModelingRole.NONE
Indicates that this column is not used directly during modeling.
|
static ModelingRole |
ModelingRole.OUT
Indicates that this column is predicted or a consequent.
|
static ModelingRole |
ModelingRole.PARTITION
Indicates that this column is used to indentify the data partition.
|
static ModelingRole |
ModelingRole.RECORD_ID
Indicates that this column is used to indentify the record id.
|
static ModelingRole |
ModelingRole.SPLIT
Indicates that this column is used to split the data.
|
Modifier and Type | Method and Description |
---|---|
static ModelingRole |
ModelingRole.getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
ModelingRole |
Column.getModelingRole()
Returns the modeling role for the column.
|
ModelingRole |
DataModel.getModelingRole(java.lang.String name)
Returns the modeling role for the named column.
|
static ModelingRole[] |
ModelingRole.getValues()
Returns an array containing all the valid values for this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
Column |
DataModelFactory.createColumn(java.lang.String name,
java.lang.String label,
StorageType storageType,
MeasureType measureType,
ModelingRole modelingRole)
Returns a
Column with the supplied attributes. |
DataModel |
DataModelFactory.extractDataModel(ModelingRole[] modelingRoles,
DataModel initialDataModel)
Returns a
DataModel consisting of columns in the
source data model that have the supplied modeling role(s). |
DataModel |
DataModelFactory.removeFromDataModel(ModelingRole[] modelingRoles,
DataModel initialDataModel)
Returns a
DataModel consisting of the source data model with
columns of the supplied modeling roles(s) removed. |
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.