scikit-learn/examples/cluster
MechCoder 54e7f886ce Rename global_clusters to n_clusters again 2014-12-05 14:07:17 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_adjusted_for_chance_measures.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_affinity_propagation.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_agglomerative_clustering.py Fixed some PEP8 violations even present in master branch, in examples/ 2014-05-15 09:35:24 +05:30
plot_agglomerative_clustering_metrics.py Fixed some PEP8 violations even present in master branch, in examples/ 2014-05-15 09:35:24 +05:30
plot_birch_vs_minibatchkmeans.py Rename global_clusters to n_clusters again 2014-12-05 14:07:17 +01:00
plot_cluster_comparison.py DOC: Modification to the documentation of threshold 2014-12-05 14:07:16 +01:00
plot_cluster_iris.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_color_quantization.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_dbscan.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_dict_face_patches.py Minor typo in plot_dict_face_patches.py 2014-11-21 15:15:37 +01:00
plot_digits_agglomeration.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_digits_linkage.py DOC: Agglomeration clustering docs and examples 2014-02-06 16:55:46 +01:00
plot_feature_agglomeration_vs_univariate_selection.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_kmeans_digits.py DOC fix typo 2014-08-11 10:41:10 +10:00
plot_kmeans_stability_low_dim_dense.py CLN: Capitalize "Gaussian" in example docstrings 2014-06-01 16:53:23 -04:00
plot_lena_compress.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_lena_segmentation.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_lena_ward_segmentation.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_mean_shift.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_mini_batch_kmeans.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_segmentation_toy.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_ward_structured_vs_unstructured.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30

README.txt

.. _cluster_examples:

Clustering
----------

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