This document outlines 4 experiments involving machine learning algorithms. Experiment 5 involves using the J48 algorithm to generate a decision tree. Experiment 6 uses K-means clustering to group data. Experiment 7 applies the Apriori algorithm to generate association rules from data. Experiment 8 uses attribute selection in WEKA.
This document outlines 4 experiments involving machine learning algorithms. Experiment 5 involves using the J48 algorithm to generate a decision tree. Experiment 6 uses K-means clustering to group data. Experiment 7 applies the Apriori algorithm to generate association rules from data. Experiment 8 uses attribute selection in WEKA.
This document outlines 4 experiments involving machine learning algorithms. Experiment 5 involves using the J48 algorithm to generate a decision tree. Experiment 6 uses K-means clustering to group data. Experiment 7 applies the Apriori algorithm to generate association rules from data. Experiment 8 uses attribute selection in WEKA.
This document outlines 4 experiments involving machine learning algorithms. Experiment 5 involves using the J48 algorithm to generate a decision tree. Experiment 6 uses K-means clustering to group data. Experiment 7 applies the Apriori algorithm to generate association rules from data. Experiment 8 uses attribute selection in WEKA.
Download as DOCX, PDF, TXT or read online from Scribd
Download as docx, pdf, or txt
You are on page 1of 8
Experiment 5
Aim:Write a program to make decision tree using J48 Algorithm
Output : J48 tree Experiment 6 Aim: Write a program make a Cluster using K-means Algorithm Output: Cluster using K-means Algorithm Experiment 7 Aim: Write a program to generate Association Rules using Apriori Algorithm Output: Association Rules generated using Apriori Algorithm Experiment 8 Aim: Write a procedure to do processing using select attribute in WEKA Output: Select attributes