Association Rules
|
Example: Data Size: Different versions of XLMiner™ have varying limits on size of data. The size of data depicted in the example below may not be supported by your version. Refer to Data Handling Specifications for details.
Interpreting the Results Rule #1 says that if an Italian cookbook and a Youthbook are bought, a cookbook will also be bought. Click on the cell containing the rule # to see the rule displayed above the table. This particular rule has confidence of 100%, meaning that, of the people who bought an Italian cookbook and a Youthbook, all (100%) bought cookbooks as well. "Support (a)" indicates that it has support of 118 transactions, meaning that 118 people bought an Italian cookbook and a Youthbook, total. "Support (c)" indicates the number of transactions involving the purchase of cookbooks, total. (This is a piece of side information -- it is not involved in calculating the confidence or support for the rule itself.) "Support (a U c)" is the number of transactions where an Italian cookbook and a Youthbook as well as a cookbook were bought. "Lift ratio" indicates how much more likely we are to encounter a cookbook transaction if we consider just those transactions where an Italian cookbook and a Youthbook is purchased, as compared to the entire population of transactions -- it's the confidence divided by support (c) where the latter is expressed as a percentage. For Rule#1, the confidence is 100%. support (c) (in percentage)= (862/2000)*100 = 43.1. So, the Lift ratio = 100/43.1 = 2.320186. See also |