scikit-learn/examples/cluster
Eric Jacobsen 0974fb6d3c ENH: Call plot twice per class label rather than for every point. 2013-10-10 00:37:31 -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 DOC spellfixes 2013-06-29 16:18:23 +03: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 DOC fix example comments 2013-07-30 12:41:56 +02:00
plot_color_quantization.py Add pairwise_distances_argmin. 2013-08-30 22:31:09 +09:00
plot_dbscan.py ENH: Call plot twice per class label rather than for every point. 2013-10-10 00:37:31 -07: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 DOC fix example comments 2013-07-30 12:41:56 +02:00
plot_feature_agglomeration_vs_univariate_selection.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_kmeans_digits.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
plot_kmeans_stability_low_dim_dense.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_lena_compress.py DOC fix example comments 2013-07-30 12:41:56 +02:00
plot_lena_segmentation.py DOC spellfixes 2013-06-29 16:18:23 +03:00
plot_lena_ward_segmentation.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02: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 Add pairwise_distances_argmin. 2013-08-30 22:31:09 +09:00
plot_segmentation_toy.py example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +02:00
plot_ward_structured_vs_unstructured.py Small docstring changes for plot_ward_structured_vs_unstructered example, as mentioned in PR #2017 2013-07-24 11:36:46 +02:00

README.txt

.. _cluster_examples:

Clustering
----------

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