scikit-learn/examples/cluster
Gael varoquaux b4fbd09f1e DOC: Fix warnings
Patching the numpy docscraper to avoid the use of 'toctree' that create a
lot of warnings for little good.

Fix warnings throughout the docs.
2011-04-11 22:07:58 +02:00
..
README.txt DOC: Fix warnings 2011-04-11 22:07:58 +02:00
kmeans_digits.py API: components_ shape fixed in PCA classes 2011-04-05 10:13:50 +03:00
plot_affinity_propagation.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_feature_agglomeration_vs_univariate_selection.py ENH : factorizing img_to_graph and grid_to_graph 2011-02-28 10:58:00 -05: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 BUG: fix grid_to_graph 2011-03-03 13:59:22 +01:00
plot_mean_shift.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_segmentation_toy.py BUG: fix multiple figure plotting 2011-04-02 16:52:41 +02:00
plot_ward_structured_vs_unstructured.py DOC: better docs for Ward 2011-04-02 20:58:27 +02:00

README.txt

.. _cluster_examples:

Clustering
----------

Examples concerning the `scikits.learn.cluster` package.