com.spss.psapi.interaction

Interface DecisionListTaskFactory.Partition

  • Enclosing interface:
    DecisionListTaskFactory


    public static interface DecisionListTaskFactory.Partition
    Describes a data partition. A partition is defined by a series of selection conditions and represents the conjunction of those conditions. Records are included in the partition if and only if they satisfy all the conditions. A partition with no conditions selects the entire dataset.
    • Method Detail

      • getConditions

        DecisionListTaskFactory.Condition[] getConditions()
        Returns the selection conditions which define this partition.
        Returns:
        the conditions for this partition

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.