<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.

Table 1. Columns of the <model name>_ITEMSETS table
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