Please enable JavaScript.
Coggle requires JavaScript to display documents.
Clustering - Coggle Diagram
Clustering
Hierarchical
-
Builds hierarchy of clusters where each node is a cluster consisting of the clusters of its daughter nodes
-
-
-
-
K-means
-
-
-
-
Disadvantages
-
-
Potentially returns different clusters each time it is run due to random initialization of centroids
-
Different Types
Partitioning-based
-
e.g. K-means, k-median, etc.
Hierarchical
-
e.g. Agglomerative, Divisive
-
-
What
Cluster = group of objects that are similar to other objects in the cluster and dissimilar to data points in other clusters