Case Study K-Means Clustering
Case Study K-Means Clustering
Clustering: Clustering is the task of dividing the population or data points into a number of groups such that data po
are more similar to other data points in the same group than those in other groups. In simple words, the aim is to seg
similar traits and assign them into clusters.
K-Means Clustering: K-Means Clustering is an unsupervised learning algorithm that is used to solve the clustering
science. The K-means clustering algorithm computes centroids and repeats until the optimal centroid is found.
Most often assumed to be the case, an important question is whether crime levels are higher in urban versus rural are
statistics, community size does make a difference, as crime rates are higher in urban than in rural areas. Crime rates
population countries are three to four times as high as the rates in countries with low urban population.). These statis
types of crime. Next, we want to put 50 countries in four clusters based on different crimes and urban population.
Suppose there are 50 countries that we want to categorize into four clusters based on four attributes: murder rate, ass
population, and crime against women. All the data is given in Table 1 (Data Set Sheet). Classify the data in four clus
Means clustering.
r of groups such that data points in the same groups
mple words, the aim is to segregate groups with