Solved-Assignment 3: Clustering- Solution

$35.00 $24.00

3 7 8 4 5 9 6 9 10 8 10 11 Each row here denotes an operation of merging two clusters to form a new cluster. The first two indices denote the clusters to be merged, and the last one denotes the index of the new cluster. If you get the correct order in…

You’ll get a: . zip file solution

 

 

Description

5/5 – (2 votes)

3 7 8

4 5 9

6 9 10

8 10 11

Each row here denotes an operation of merging two clusters to form a new cluster. The first two indices denote the clusters to be merged, and the last one denotes the index of the new cluster.

  1. If you get the correct order in Step 6, then apply the hierarchical clustering algorithm on the Utilities dataset.

  1. Prepare your submission. Your final submission should be a zip file named as Assignment3.zip. In the zip file, you should include:

A folder “Code”, which contains all the codes used in this assignment. You are required to fill in the template.

Report: A doc or pdf file named as Assignment3.doc or Assignment3.pdf. The report should consist of the following parts: 1) The cluster centroids obtained on YeastGene dataset after the T iterations. 2) The scatter plot obtained on YeastGene dataset after applying PCA and plotting points using different colors for different clusters. 3) The order of merging in the hierarchical clustering on the Utilities dataset. 4) The codes of your K-means and hierarchical clustering algorithm implementation.

  1. Log in any CSE department server and submit your zip file as follows:

submit_cse469 Assignment3.zip

Please refer to Course Syllabus for late submission policy and academic integrity policy. We will take the submission time recorded by the server as the time of your submission. This assignment must be done independently. Running your submitted code should be able to reproduce the results in your report.