Question: Need a step - by - step guide on how to do this in Weka: Task 1 : Import the dataset ( segment - challenge.arff

Need a step-by-step guide on how to do this in Weka:
Task 1: Import the dataset (segment-challenge.arff) you will find it under Weka directory in the data folder for example (c:\Program Files\Weka-3-8\data), and apply on it the following tasks:
a) Apply three classification algorithms J48 decision tree (use 10 folds cross validation), MultilayerPerceptron (using percentage split ), and Nave Bayes classifier (using the training data) then compare and screenshot the classifier error curves and compare the confusion matrices in your report.
b)Apply the SimpleKMeans cluster specifying 6 classes (using classes to clusters evaluation mode) and remember to randomize the dataset before applying the clustering technique. Analyze your result good or not good (reasons?)
Task 2: Import the (breast-cancer.arff, also under c:\Program Files\Weka-3-8\data) data set and apply the associate Apiori algorithm to extract the top 20 hidden rules among the data. Give a report to analyzing on your result.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!