scikit-learn/examples/cluster
Alexandre Gramfort 6ec33ff899 FIX : removing useless seed fix in plot_mean_shift 2011-05-18 22:20:36 -04:00
..
README.txt DOC: Fix warnings 2011-04-10 22:44:13 +02:00
kmeans_digits.py [MiniBatchKMeans] Minor modifications on the examples 2011-05-17 19:52:38 +01:00
plot_affinity_propagation.py ENH : using make_blobs in plot_affinity_propagation 2011-05-18 22:14:35 -04:00
plot_feature_agglomeration_vs_univariate_selection.py ENH : factorizing img_to_graph and grid_to_graph 2011-02-28 10:58:00 -05:00
plot_lena_segmentation.py ENH : more love in examples (adding print __doc__ + some brief descriptions in headers + fixing Anova SVC Pipeline example) 2010-11-02 11:38:06 +01:00
plot_lena_ward_segmentation.py BUG: fix grid_to_graph 2011-03-03 13:59:22 +01:00
plot_mean_shift.py FIX : removing useless seed fix in plot_mean_shift 2011-05-18 22:20:36 -04:00
plot_mini_batch_kmeans.py ENH : using make_blobs in plot_mini_batch_kmeans 2011-05-18 22:18:40 -04:00
plot_segmentation_toy.py BUG: fix multiple figure plotting 2011-04-02 16:52:41 +02:00
plot_ward_structured_vs_unstructured.py kill trailing spaces 2011-05-04 17:49:17 +02:00

README.txt

.. _cluster_examples:

Clustering
----------

Examples concerning the `scikits.learn.cluster` package.