Demonstration of k-means assumptions

This example is meant to illustrate situations where k-means will produce unintuitive and possibly unexpected clusters. In the first three plots, the input

2017-01-15 04:21:28
Segmenting the picture of a raccoon face in regions

This example uses

2017-01-15 04:25:25
Agglomerative clustering with and without structure

This example shows the effect of imposing a connectivity graph to capture local structure in the data. The graph is simply the graph of 20

2017-01-15 04:20:16
Comparison of the K-Means and MiniBatchKMeans clustering algorithms

We want to compare the performance of the MiniBatchKMeans and KMeans: the MiniBatchKMeans is faster, but gives slightly different

2017-01-15 04:20:51
Spectral clustering for image segmentation

In this example, an image with connected circles is generated and spectral clustering is used to separate the circles. In these settings, the

2017-01-15 04:27:01
A demo of structured Ward hierarchical clustering on a raccoon face image

Compute the segmentation of a 2D image with Ward hierarchical clustering. The clustering is spatially constrained in

2017-01-15 04:20:14
Vector Quantization Example

Face, a 1024 x 768 size image of a raccoon face, is used here to illustrate how k-means is used for vector quantization.

2017-01-15 04:27:23
Empirical evaluation of the impact of k-means initialization

Evaluate the ability of k-means initializations strategies to make the algorithm convergence robust as measured by the relative

2017-01-15 04:21:35
Comparing different clustering algorithms on toy datasets

This example aims at showing characteristics of different clustering algorithms on datasets that are ?interesting? but still in 2D

2017-01-15 04:20:47
Agglomerative clustering with different metrics

Demonstrates the effect of different metrics on the hierarchical clustering. The example is engineered to show the effect of the choice

2017-01-15 04:20:17