• Calculates the subsets based on the provided data items, sets, vSets, and attribute columns.

    Parameters

    • dataItems: {
          [k: string]: Item;
      }

      The data items to calculate subsets from.

    • sets: Sets

      The sets used to calculate subsets.

    • vSets: string[]

      The vSets used to calculate subsets.

    • attributeColumns: string[]

      The attribute columns used to calculate subsets.

    Returns Subsets

    The calculated subsets.

Generated using TypeDoc