scikit-learn/examples/cluster
Robert Layton dacfd8bd5d DOC: Replaced all BSD style licenses with "BSD 3 clause"
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!

Removed duplicate "3 clause, 3 clause"

Removed trailing period if exists

Fixed some missed licences, still about 50 to do, but those can be automated

Think I got the last of them.

Apparently me and sed have different ideas of regex.

Found a few more
2013-04-30 08:34:46 +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 DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_affinity_propagation.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_cluster_comparison.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_cluster_iris.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_color_quantization.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_dbscan.py DOC correct / simplify dbscan examle 2013-04-04 21:49:26 +02:00
plot_dict_face_patches.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_digits_agglomeration.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_feature_agglomeration_vs_univariate_selection.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_kmeans_digits.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
plot_kmeans_stability_low_dim_dense.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_lena_compress.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_lena_segmentation.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_lena_ward_segmentation.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_mean_shift.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_mini_batch_kmeans.py rename example title 2013-03-25 20:36:08 +01:00
plot_segmentation_toy.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_ward_structured_vs_unstructured.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00

README.txt

.. _cluster_examples:

Clustering
----------

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