Modifier and Type | Field and Description |
---|---|
static ModelingRole |
BOTH
Indicates that this column can be either an antecendent or a consequent.
|
static ModelingRole |
FREQ_WEIGHT
Indicates that this column is used to be as frequency weight but won't be showed for user
|
static ModelingRole |
IN
Indicates that this column is a predictor or an antecendent.
|
static ModelingRole |
NONE
Indicates that this column is not used directly during modeling.
|
static ModelingRole |
OUT
Indicates that this column is predicted or a consequent.
|
static ModelingRole |
PARTITION
Indicates that this column is used to indentify the data partition.
|
static ModelingRole |
RECORD_ID
Indicates that this column is used to indentify the record id.
|
static ModelingRole |
SPLIT
Indicates that this column is used to split the data.
|
Modifier and Type | Method and Description |
---|---|
static ModelingRole |
getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
static ModelingRole[] |
getValues()
Returns an array containing all the valid values for this enumeration class.
|
public static final ModelingRole IN
public static final ModelingRole OUT
public static final ModelingRole BOTH
public static final ModelingRole NONE
public static final ModelingRole PARTITION
public static final ModelingRole SPLIT
public static final ModelingRole FREQ_WEIGHT
public static final ModelingRole RECORD_ID
public static ModelingRole getEnum(java.lang.String name)
null
if
no enumeration exists for the supplied name.name
- the enumeration namenull
public static ModelingRole[] getValues()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.