Package | Description |
---|---|
com.spss.psapi.interaction |
This provides classes used for interactive modeling.
|
Modifier and Type | Method and Description |
---|---|
DecisionListModel |
DecisionListModelInteractor.createDecisionListModel(ModelDetail model)
Creates a Decision List model from the specified model detail.
|
DecisionListModel |
DecisionListModelInteractor.createDecisionListModel(java.lang.String pmml)
Creates a Decision List model from the specified PMML.
|
DecisionListModel |
DecisionListModelInteractor.createDefaultModel()
Creates a default model from this session which includes just the remainder rule.
|
Modifier and Type | Method and Description |
---|---|
Task |
DecisionListTaskFactory.createEvaluateModelTask(DecisionListModel model,
DecisionListTaskFactory.Partition[] partitions)
Creates a task which will evaluate a model against a specified set of data partitions.
|
Task |
DecisionListTaskFactory.createExtendModelTask(DecisionListModel model,
DecisionListTaskFactory.Partition partition,
java.util.Map buildSettings)
Creates a task which will extend a model against a specified data partition.
|
Task |
DecisionListTaskFactory.createExtendModelTask(DecisionListModel model,
DecisionListTaskFactory.Partition partition,
PropertiedObject buildSettings)
Creates a task which will extend a model against a specified data partition.
|
ModelDetail |
DecisionListModelInteractor.createModelDetail(DecisionListModel model)
Creates model detail for the specified model.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.