Functions for association rules

Detecting, filtering, and predicting association rules are implemented in the ASSOCRULES, PRUNE_ASSOCRULES, and PREDICT_ASSOCRULES stored procedures. To print rules and patterns, use the PRINT_MODEL stored procedure and the parameters that are specific for association rules.

All stored procedures consist of a mandatory one-string parameter that contains pairs of <parameter>=<value> entries. These entries are separated by a comma. The data type of the parameter is VARCHAR(any).

Valid <parameter>=<value> entries are listed in the parameter descriptions for each stored procedure.