scikit-learn/examples/cluster
Conrad Lee 4b433a9254 Modified file scikits.examples.plot_mean_shift.py: updated reference. 2011-08-06 10:52:06 +02: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 Revert "Remove hardcoded n_jobs from examples." 2011-07-30 07:49:56 +02: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 COSMIT: Simplify the lena ward example 2011-07-15 17:45:56 +02:00
plot_mean_shift.py Modified file scikits.examples.plot_mean_shift.py: updated reference. 2011-08-06 10:52:06 +02:00
plot_mini_batch_kmeans.py s/euclidian/euclidean/g 2011-07-23 21:14:10 +02: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.