scikit-learn/examples/cluster
Jaques Grobler 456b0d010f Merge pull request #1581 from jaquesgrobler/example_gallery_cleanup
MRG Example gallery cleanup
2013-04-18 04:21:05 -07:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
plot_adjusted_for_chance_measures.py COSMIT typo. the French again ;) 2013-04-14 16:34:53 +02:00
plot_affinity_propagation.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_cluster_comparison.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_cluster_iris.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_color_quantization.py typo fix and heading changes 2013-03-18 13:52:20 +01:00
plot_dbscan.py DOC correct / simplify dbscan examle 2013-04-04 21:49:26 +02:00
plot_dict_face_patches.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_digits_agglomeration.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
plot_feature_agglomeration_vs_univariate_selection.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_kmeans_digits.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
plot_kmeans_stability_low_dim_dense.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_lena_compress.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_lena_segmentation.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_lena_ward_segmentation.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_mean_shift.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_mini_batch_kmeans.py rename example title 2013-03-25 20:36:08 +01:00
plot_segmentation_toy.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
plot_ward_structured_vs_unstructured.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00

README.txt

.. _cluster_examples:

Clustering
----------

Examples concerning the :mod:`sklearn.cluster` package.