Feature agglomeration

These images how similar features are merged together using feature agglomeration.

2017-01-15 04:22:00
Adjustment for chance in clustering performance evaluation

The following plots demonstrate the impact of the number of clusters and number of samples on various clustering performance evaluation

2017-01-15 04:20:16
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
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
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
Demo of affinity propagation clustering algorithm

Reference: Brendan J. Frey and Delbert Dueck, ?Clustering by Passing Messages Between Data Points?, Science Feb. 2007

2017-01-15 04:21:27
Color Quantization using K-Means

Performs a pixel-wise Vector Quantization (VQ) of an image of the summer palace (China), reducing the number of colors required to show the image from 96,615

2017-01-15 04:20:46
Hierarchical clustering

Example builds a swiss roll dataset and runs hierarchical clustering on their position. For more information, see

2017-01-15 04:22:50