scikit-learn/examples/cluster
GaelVaroquaux 7278dfe482 DOC: finish misc in tutorial
@jaquesgrobler : there were still a few things to do :)
2012-03-26 01:20:53 +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 ami_score -> adjusted_mutual_info_score 2011-11-07 22:46:11 +11:00
plot_cluster_comparison.py MISC: tweak example layout 2012-03-26 00:17:35 +02:00
plot_cluster_iris.py Merged some examples into examples folder. 2012-03-06 23:40:49 +01:00
plot_color_quantization.py pep8 and pyflakes 2011-10-21 21:07:29 +11:00
plot_dbscan.py ami_score -> adjusted_mutual_info_score 2011-11-07 22:46:11 +11:00
plot_digits_agglomeration.py delete redundant file, merged some examples and updated links 2012-03-07 03:55:18 +01: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 STY : pep8 2011-12-20 15:34:17 +01:00
plot_kmeans_stability_low_dim_dense.py cosmit 2011-12-21 11:16:18 +01:00
plot_lena_compress.py DOC: finish misc in tutorial 2012-03-26 01:20:53 +02:00
plot_lena_segmentation.py pep8 2011-12-23 10:12:26 -08: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 fix text position in example 2011-12-21 10:13:46 +01:00
plot_segmentation_toy.py pep8 2011-12-23 10:12:26 -08: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.