<model name>_ITEMSETS table
This table contains the groups of frequent items, also called frequent item sets, of the input table. Frequent items are contained in a fraction or number of the input sequences that exceeds the minimum support. The minimum support is defined in the minsupport parameter.
The following table shows the table columns.
| Column name | Data type | Description |
|---|---|---|
| ITEMSETID | INTEGER | The ID of the frequent item set in the model |
| ITEMID | INTEGER | The ID of the frequent item that belongs to the frequent item set |