scikit-learn/examples/cluster
Fabian Pedregosa d36c2acfec scipy.lena() no longer works on scipy's dev version.
Use scipy.misc.lena() instead. This should also work with 0.8.x and
probably others.
2011-09-03 09:12:21 +02:00
..
README.txt DOC: scikits.learn -> sklearn 2011-09-03 09:10:40 +02:00
plot_affinity_propagation.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_color_quantization.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_dbscan.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_feature_agglomeration_vs_univariate_selection.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_kmeans_digits.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_lena_segmentation.py scipy.lena() no longer works on scipy's dev version. 2011-09-03 09:12:21 +02:00
plot_lena_ward_segmentation.py scipy.lena() no longer works on scipy's dev version. 2011-09-03 09:12:21 +02: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 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_segmentation_toy.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +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 `sklearn.cluster` package.