DATA MINING WITH WEKA TUTORIALS
In this Video, we learn association rule mining in data mining using Weka.
Apriori is an algorithm for frequent item set mining and association rule learning over relational databases. It proceeds by identifying the frequent individual items in the database and extending them to larger and larger item sets as long as those item sets appear sufficiently often in the database.