June 2020
Intermediate to advanced
382 pages
11h 39m
English
The support measure is a number that quantifies how frequent the pattern we are looking for is in our dataset. It is calculated by first counting the number of occurrences of our pattern of interest and then dividing it by the total number of all the transactions.
Let's look at the following formula for a particular itemseta:
numItemseta = Number of transactions that contain itemseta
numtotal = Total number of transactions

For example, if itemseta = {helmet, ball} appears in two transactions ...
Read now
Unlock full access