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