









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
These lecture slide are very easy to understand and very helpful to built a concept about the foundation of computers and Database Design.The key points in these slide are:Association Rules, Data Mining, Apriori Algorithm, Knowledge-Discovery in Databases, Searching Large Volumes, Extraction of Implicit, Information Visualization, Neural Networks, Data Mining Techniques
Typology: Slides
1 / 16
This page cannot be seen from the preview
Don't miss anything!










Data Mining techniques
Every association rule has a support and a confidence. “The support is the percentage of transactions that demonstrate the rule.” Example: Database with transactions ( customer_# : item_a1, item_a2, … ) 1: 1, 3, 5. 2: 1, 8, 14, 17, 12. 3: 4, 6, 8, 12, 9, 104. 4: 2, 1, 8. support {8,12} = 2 (,or 50% ~ 2 of 4 customers) support {1, 5} = 1 (,or 25% ~ 1 of 4 customers ) support {1} = 3 (,or 75% ~ 3 of 4 customers)
Every association rule has a support and a confidence. An association rule is of the form: X => Y
Example: Database with transactions ( customer_# : item_a1, item_a2, … ) 1: 3, 5, 8. 2: 2, 6, 8. 3: 1, 4, 7, 10. 4: 3, 8, 10. 5: 2, 5, 8. 6: 1, 5, 6. 7: 4, 5, 6, 8. 8: 2, 3, 4. 9: 1, 5, 7, 8. 10: 3, 8, 9, 10.
Example: Database with transactions ( customer_# : item_a1, item_a2, … )
Example: Database with transactions ( customer_# : item_a1, item_a2, … )
(Also: Out of one k-itemset, we can produce ((2^k) – 2) rules)
Example (CONTINUED):
Actually, here, only one remaining candidate {3,4,5,7}