Package | Description |
---|---|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Field and Description |
---|---|
static ModelInteractorType |
ModelInteractorType.DECISION_LIST
Represents an interactive Decision List.
|
static ModelInteractorType |
ModelInteractorType.UNKNOWN
Represents a model interactor whose type cannot be determined.
|
Modifier and Type | Method and Description |
---|---|
static ModelInteractorType |
ModelInteractorType.getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
ModelInteractorType |
ModelInteractor.getModelInteractorType()
Returns the type of this interactor.
|
static ModelInteractorType[] |
ModelInteractorType.getValues()
Returns an array containing all the valid values for this enumeration class.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.