scikit-learn/examples/cluster
Gael Varoquaux 388d1233dd API: change 'embed_solve' to 'assign_labels' 2012-10-27 20:40:06 +02: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 FIX plot example fix for old matplotlib, so that it shows on the website. 2012-03-13 22:40:17 +01:00
plot_affinity_propagation.py FIX affinity propagation typo 2012-09-03 21:22:10 +01:00
plot_cluster_comparison.py ENH rename Scaler to StandardScaler everywhere 2012-09-23 17:31:15 +01:00
plot_cluster_iris.py COSMIT pep8 2012-09-04 17:24:01 +01:00
plot_color_quantization.py ENH fixed ``n_cluster`` to ``n_clusters`` in examples. Thanks @agramfort 2012-05-30 07:41:35 +02:00
plot_dbscan.py MISC don't use fit parameters in example 2012-05-15 21:37:33 +02:00
plot_digits_agglomeration.py missing pl.show() in plot_digits_agglomeration.py 2012-07-28 12:40:52 +02:00
plot_feature_agglomeration_vs_univariate_selection.py FIX: Delete temporary cache directory 2012-03-13 19:29:09 -07:00
plot_kmeans_digits.py ENH rename k in clustering examples and doctests to n_clusters 2012-05-30 07:41:34 +02:00
plot_kmeans_stability_low_dim_dense.py ENH rename k in clustering examples and doctests to n_clusters 2012-05-30 07:41:34 +02:00
plot_lena_compress.py ENH rename k in clustering examples and doctests to n_clusters 2012-05-30 07:41:34 +02:00
plot_lena_segmentation.py API: change 'embed_solve' to 'assign_labels' 2012-10-27 20:40:06 +02:00
plot_lena_ward_segmentation.py pep8 2011-12-23 10:12:26 -08:00
plot_mean_shift.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_mini_batch_kmeans.py ENH fixed ``n_cluster`` to ``n_clusters`` in examples. Thanks @agramfort 2012-05-30 07:41:35 +02:00
plot_segmentation_toy.py ENH fixed ``n_cluster`` to ``n_clusters`` in examples. Thanks @agramfort 2012-05-30 07:41:35 +02:00
plot_ward_structured_vs_unstructured.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00

README.txt

.. _cluster_examples:

Clustering
----------

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