Skip to content

emmashen-cloud/Clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clustering

Perform the clustering analysis of the data on CMPSC-131 students' performance. You script shall:

Normalize each column by dividing it by the maximum number Calculate the mean of all "Q" and "A" columns (call the new column "Assignments") Partition the rows into seven clusters, based only on the values of "Final" and "Assignments" Scatter plot the original scores in the "Final" and "Assignments" coordinates In the same chart, scatter plot the cluster centroids using a different marker style The chart must have X and Y axes labels. Save it as a PNG file. A sample output (for 4 clusters) is attached.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages