Next: Performance Domain Experiments
Up: Apriori Sets And Sequences
Previous: Calculating Confidence
  Contents
- generate candidates of size k = 1
- create 1 itemset for each regular item
- create event items and itemsets for them
- for each event type in the data set
- repeat the following the minumum of
- the maximum number of same type event items
specified by the user
- the number of occurrances of that
type in the data set
- create a new event item of that type with begin 0 and end
time 1 and add it to the list of items
- create a candidate itemset containing the new event item
- count support of candidate itemsets of size k = 1
- add itemsets with support above minimum to frequent itemsets of
size k list
- generate candidates of size k = 2
- count support of candidate itemsets of size k
- add itemsets with support above minimum to frequent itemsets of
size k list
- generate candidates of size k + 1
- continue repeating steps 5, 6, and 7 until no more candidates can be
generated
- generate association rules from frequent itemsets
Next: Performance Domain Experiments
Up: Apriori Sets And Sequences
Previous: Calculating Confidence
  Contents
Keith A. Pray
2003-06-17