Clustering Algorithms: K-Means
Clustering Algorithms: K-Means
1 K-means
2 Hierarchical Clustering
3 DBSCAN
Clustering Algorithms
1 K-means
K=3
Clustering Algorithms
2 Hierarchical Clustering
3 DBSCAN
K
K-means is an exclusive clustering method where
each data points belongs to a single cluster.
K=3
Working of K-means Algorithm
C3
Select k random points from the
2
data as centroids C1
C2
Next, randomly select 3 data points to be
the centroid for each cluster. Each cluster
is represented by a centroid in Kmeans.
K=3
Working of K-means Algorithm
K=3
Working of K-means Algorithm
K=3
Working of K-means Algorithm
K=3
Working of K-means Algorithm
K=3
Working of K-means Algorithm
K=3
Working of K-means Algorithm
K=3
When should we stop
this process?
Working of K-means Algorithm
K=3