scikit-learn/examples/cluster
Phil Roth f9e07364d6 Adding a new kmeans example. 2015-07-23 14:43:26 -04: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 some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
plot_agglomerative_clustering_metrics.py COSMIT spelling 2015-01-15 15:09:35 -05:00
plot_birch_vs_minibatchkmeans.py Rename global_clusters to n_clusters again 2014-12-05 14:07:17 +01:00
plot_cluster_comparison.py Pass the appropriate include_self argument to kneighbors_graph everywhere. 2015-03-16 13:30:22 -04: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 DOC minor fixes in formatting, don't use deprecated n_components in Agglomerative 2015-03-25 20:20:29 -04:00
plot_kmeans_assumptions.py Adding a new kmeans example. 2015-07-23 14:43:26 -04:00
plot_kmeans_digits.py Updated graph ranges 2015-07-10 14:13:56 +02:00
plot_kmeans_silhouette_analysis.py DOC python 3 fix in plot_kmeans_silhouette_analysis.py 2015-02-18 16:24:41 +01:00
plot_kmeans_stability_low_dim_dense.py COSMIT spelling 2015-01-15 15:09:35 -05: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 Pass the appropriate include_self argument to kneighbors_graph everywhere. 2015-03-16 13:30:22 -04:00

README.txt

.. _cluster_examples:

Clustering
----------

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