Package | Description |
---|---|
com.spss.psapi.interaction |
This provides classes used for interactive modeling.
|
Modifier and Type | Method and Description |
---|---|
DecisionListTaskFactory.Condition |
DecisionListTaskFactory.createDiscreteCondition(java.lang.String name,
java.lang.Object[] values)
Returns a condition which selects records satisfying the predicate:
column IN values
If the list of values is empty the condition selects no records.
|
DecisionListTaskFactory.Condition[] |
DecisionListTaskFactory.Partition.getConditions()
Returns the selection conditions which define this partition.
|
Modifier and Type | Method and Description |
---|---|
DecisionListTaskFactory.Partition |
DecisionListTaskFactory.createPartition(DecisionListTaskFactory.Condition[] conditions)
Returns a new data partition which is defined by the specified selection conditions.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.