scikit-learn/examples/cluster
fisache b242539fc0 Fix minor typo 2016-07-13 16:23:14 +09:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_adjusted_for_chance_measures.py Correct the deprecation of the random_integers numpy function. (#6712) 2016-04-26 16:08:48 +02:00
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 Remove redundant words in sklearn 2016-02-23 16:54:03 +08: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 Fix minor typo 2016-07-13 16:23:14 +09:00
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_face_compress.py Updated examples and tests that use scipy's lena 2016-02-11 09:13:40 +01:00
plot_face_segmentation.py Updated examples and tests that use scipy's lena 2016-02-11 09:13:40 +01:00
plot_face_ward_segmentation.py Updated examples and tests that use scipy's lena 2016-02-11 09:13:40 +01:00
plot_feature_agglomeration_vs_univariate_selection.py MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples. 2015-12-10 12:11:48 -05:00
plot_kmeans_assumptions.py Adding a new kmeans example. 2015-07-23 14:43:26 -04:00
plot_kmeans_digits.py DOC: fixed typos and one style issue in plot examples 2016-04-25 11:59:40 +08:00
plot_kmeans_silhouette_analysis.py General spelling fixes 2015-12-16 09:46:42 -08:00
plot_kmeans_stability_low_dim_dense.py COSMIT spelling 2015-01-15 15:09:35 -05:00
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 FIX: Cluster centers after fir in KMeans and MBKMeans need not be ordered in the same way 2015-12-19 23:59:32 -05:00
plot_segmentation_toy.py DOC: Comment better the importance of the mask 2015-11-26 07:34:39 +01:00
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.