0% found this document useful (0 votes)
24 views5 pages

Lab 10

This document discusses using the WEKA machine learning tool to perform classification and clustering on a Reuters grain dataset. It applies the ZeroR classifier and hierarchical clustering algorithm to both the training and test sets from the dataset. The classification of the training set using ZeroR achieved 93.37% accuracy, while classifying the test set achieved 90.56% accuracy. Clustering the training set hierarchically achieved 93% accuracy, and clustering the test set achieved 91% accuracy.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views5 pages

Lab 10

This document discusses using the WEKA machine learning tool to perform classification and clustering on a Reuters grain dataset. It applies the ZeroR classifier and hierarchical clustering algorithm to both the training and test sets from the dataset. The classification of the training set using ZeroR achieved 93.37% accuracy, while classifying the test set achieved 90.56% accuracy. Clustering the training set hierarchically achieved 93% accuracy, and clustering the test set achieved 91% accuracy.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

UI19CO44

ASSIGNMENT 10

AIM: To study and work with WEKA tool classification and clustering algorithms using training
dataset and test dataset.

DATASET USED: REUTER GRAIN (BOTH TEST AND TRAIN ) .arff

Weka is a collection of machine learning algorithms for data mining tasks. The
algorithms can either be applied directly to a dataset or called from your own Java
code. Weka contains tools for data pre-processing, classification, regression,
clustering, association rules, and visualization.

We use a sample dataset provided by Weka to perform the classification and


clustering by pre-existing algorithms available in Weka for both train and test sets
and study the results
UI19CO44

CLASSIFICATION OF TRAINING DATASET USING ZeroR CLASSIFIER :

ACCURACY : 93.3719 %
UI19CO44

CLASSIFICATION OF TESTING DATASET USING ZeroR CLASSIFIER :

ACCURACY : 90.5629 %
UI19CO44

CLUSTERING OF TRAINING DATASET USING HIERARCHIAL CLUSTER :

MODEL EVALUATION ACCURACY : 93 %


UI19CO44

CLUSTERING OF TESTING DATASET USING HIERARCHIAL CLUSTER :

MODEL EVALUATION ACCURACY : 91 %

You might also like