Description
The Association node is used to apply a association model to a data set. Predicts which items are most likely to appear together.
Configuration Options
Basic Configuration Options
Setting |
Description\Parameters |
Transaction ID Column |
Column to get transaction ID to build association model for. |
Item Column |
Data column to build association model for. |
Advanced Configuration Options
Setting |
Description |
Minimum Support Threshold |
Minimum number of records for an itemset to be considered frequent. |
Minimum Confidence Level |
Output will only contain associations at or above this level of confidence (value between 0 and 1). |
Minimum Conviction Level |
A high conviction value indicates that the consequent is highly depending on the antecedent. |
Actions
Action |
Description |
Preview |
After configuring the node, the combined result set can be previewed by clicking the Preview button. |