| 1. |
Explain Association Algorithm In Data Mining? |
|
Answer» Association algorithm is used for recommendation engine that is based on a market based ANALYSIS. This engine SUGGESTS PRODUCTS to customers based on what they bought earlier. The model is built on a dataset containing IDENTIFIERS. These identifiers are both for individual CASES and for the items that cases contain. These groups of items in a data set are called as an item set. The algorithm traverses a data set to find items that appear in a case. MINIMUM_SUPPORT parameter is used any associated items that appear into an item set. Association algorithm is used for recommendation engine that is based on a market based analysis. This engine suggests products to customers based on what they bought earlier. The model is built on a dataset containing identifiers. These identifiers are both for individual cases and for the items that cases contain. These groups of items in a data set are called as an item set. The algorithm traverses a data set to find items that appear in a case. MINIMUM_SUPPORT parameter is used any associated items that appear into an item set. |
|