Clustering#
Examples concerning the sklearn.cluster
module.

A demo of K-Means clustering on the handwritten digits data
A demo of K-Means clustering on the handwritten digits data

A demo of structured Ward hierarchical clustering on an image of coins
A demo of structured Ward hierarchical clustering on an image of coins

Adjustment for chance in clustering performance evaluation
Adjustment for chance in clustering performance evaluation

Bisecting K-Means and Regular K-Means Performance Comparison
Bisecting K-Means and Regular K-Means Performance Comparison

Comparing different clustering algorithms on toy datasets
Comparing different clustering algorithms on toy datasets

Comparing different hierarchical linkage methods on toy datasets
Comparing different hierarchical linkage methods on toy datasets

Comparison of the K-Means and MiniBatchKMeans clustering algorithms
Comparison of the K-Means and MiniBatchKMeans clustering algorithms

Empirical evaluation of the impact of k-means initialization
Empirical evaluation of the impact of k-means initialization

Hierarchical clustering with and without structure
Hierarchical clustering with and without structure

Selecting the number of clusters with silhouette analysis on KMeans clustering
Selecting the number of clusters with silhouette analysis on KMeans clustering

Various Agglomerative Clustering on a 2D embedding of digits
Various Agglomerative Clustering on a 2D embedding of digits