<model name>_SEQPATTERNS table

This table contains the frequent sequential patterns of the input table. Frequent patterns 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>_SEQPATTERNS table
Column Data type Description
SEQUENCEID INTEGER The ID of the sequential pattern in the model

SEQUENCENUM

INTEGER The order of the frequent item set in the sequential pattern, starting with 1
ITEMSETID INTEGER The ID of the frequent item set that belongs to the sequential pattern