- PartitionColumns
- Specify the names of the input columns to copy to the output table. The function partitions the input data and the output table on these columns.
Maximum number of partition columns supported is 10; otherwise, an error is returned.
- MaxLen
- Specify the maximum size of the pattern length.
Default: 2
Maximum value: 20
- InputDelimiter
- Applicable for only dense input data.
Indicate how dense input data is separated, so that it can be split accordingly.
Default: comma (,)
- OutputDelimiter
- Indicate how Itemset in the output is separated by the specified delimiter (both in patterns and rules output table).
Default comma (,)
- PatternsOrRules
- Specify whether to emit Patterns as output or Rules (association rules with metrics).
Default: Patterns.
- Support
- Specify a proportion of transactions containing a certain item set, i.e., itemset/tot_transactions.
Default: 0.01.