3)Load weather. nominal, Iris, Glass datasets into Weka and run Apriori Algorithm with different support and confidence values. Loading WEATHER.NOMINAL dataset 1. Select WEATHER.NOMINAL dataset from the available datasets in the preprocessing tab. 2. Apply Apriori algorithm by selecting it from the Associate tab and click start 3. The Associator output displays the following result. === Run information === Scheme: weka.associations.Apriori -N 10 -T 0 -C 0.9 -D 0.05 -U 1.0 -M 0.1 -S -1.0 -c -1 Relation: weather.symbolic Instances: 14 Attributes: 5 outlook temperature humidity windy play === Associator model (full training set) === Apriori ======= Minimum support: 0.15 (2 instances) Minimum metric <confidence>: 0.9 Number of cycles performed: 17 Generated sets of large itemsets: Size of set of large itemsets L(1): 12 Size of set of large itemsets L(2): 47 Size of set of large itemsets L(3): 39 Size of set of large itemsets L(4): 6 Best rule...
This is my Educational Blog....