<model name>_ASSOCPATTERNS_STATISTICS table

This table contains the statistics for the detected patterns.

The following table shows the table columns.

Table 1. Columns of the <model name>_ASSOCPATTERNS_STATISTICS table
Column name Data type Description
ITEMSETID INTEGER The ID of the pattern in the model
LENGTH INTEGER The number of items in the pattern
COUNT BIGINT The number of input transactions that are contained in the pattern
SUPPORT DOUBLE The fraction of the input transactions that are contained in the pattern
LIFT DOUBLE The lift between the actual support for the pattern that is compared to the statistical probability of the pattern. The lift is calculated as the support for the pattern that is divided by the product of the support for all items in the pattern.
PRUNED SMALLINT Indicates whether the pattern is pruned. The default value is 0.