Package | Description |
---|---|
com.spss.psapi.core |
This provides the base objects used by other parts of the API.
|
com.spss.psapi.interaction |
This provides classes used for interactive modeling.
|
com.spss.psapi.model |
This provides support for accessing information about data mining models.
|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModelContainer
Defines the functionality associated with model containers.
|
Modifier and Type | Method and Description |
---|---|
ModelDetail |
PropertyFactory.getDecisionListInteractiveStateWorkingModel(java.lang.Object state)
Returns the working model detail from a Decision List interactive state.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
PropertyFactory.createDecisionListInteractiveState(java.lang.Object interactorMetadata,
byte[] viewerMetadata,
ModelDetail workingModel)
Creates an interactive state object for a Decision List modelling session
suitable for assignment to the
DECISION_LIST_INTERACTIVE_STATE property
of a model builder. |
Modifier and Type | Method and Description |
---|---|
ModelDetail |
DecisionListModelInteractor.createModelDetail(DecisionListModel model)
Creates model detail for the specified model.
|
ModelDetail |
DecisionListModelInteractiveState.getModelDetail()
Returns the model detail of the current (working) model.
|
Modifier and Type | Method and Description |
---|---|
DecisionListModel |
DecisionListModelInteractor.createDecisionListModel(ModelDetail model)
Creates a Decision List model from the specified model detail.
|
ModelOutput |
DecisionListModelInteractor.createModelOutput(ModelDetail modelDetail)
Creates a
ModelOutput from the specified model detail. |
ModelOutput |
DecisionListModelInteractor.createModelOutput(ModelDetail modelDetail,
java.lang.Object interactiveState)
Creates a
ModelOutput from the specified model detail. |
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeModelDetail
This interface encapsulates the representation detail of a composite model.
|
Modifier and Type | Method and Description |
---|---|
ModelDetail |
ModelOutput.getModelDetail()
Returns the underlying model representation.
|
ModelDetail |
ModelApplier.getModelDetail()
Returns the underlying model representation.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.