scikit-learn/examples/cluster
Joel Nothman 1a54989ce8 DOC credit multiple authors of new example 2019-01-17 22:19:19 +11:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_adjusted_for_chance_measures.py DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
plot_affinity_propagation.py DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
plot_agglomerative_clustering.py EXA avoid use of matplotlib.cm.spectral which has been removed (#10764) 2018-03-07 16:49:45 +11:00
plot_agglomerative_clustering_metrics.py COSMIT spelling 2015-01-15 15:09:35 -05:00
plot_birch_vs_minibatchkmeans.py MNT Unused imports in examples 2018-10-02 17:12:19 +08:00
plot_cluster_comparison.py OPTICS (#11547) 2018-07-16 13:10:42 +02:00
plot_cluster_iris.py DOC remove unnecessary line (#9504) 2017-08-07 08:48:07 +10:00
plot_coin_segmentation.py DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
plot_coin_ward_segmentation.py DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
plot_color_quantization.py DOC Update plot_color_quantization.py (#11750) 2018-08-06 18:22:20 +10:00
plot_dbscan.py DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
plot_dict_face_patches.py [MRG+1] Fix warnings in lgtm.com (remove redundant code) (#9719) 2017-09-14 11:42:58 +02:00
plot_digits_agglomeration.py EXA avoid use of matplotlib.cm.spectral which has been removed (#10764) 2018-03-07 16:49:45 +11:00
plot_digits_linkage.py DOC Remove unused function argument `X` from `plot_clustering` function (#11049) 2018-05-02 10:04:45 +10:00
plot_face_compress.py [MRG+1] MAINT drop SciPy < 0.13 (#8854) 2017-06-02 23:36:33 +02:00
plot_feature_agglomeration_vs_univariate_selection.py DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
plot_inductive_clustering.py DOC credit multiple authors of new example 2019-01-17 22:19:19 +11:00
plot_kmeans_assumptions.py [MRG + 1] 10 more examples fixed with matplotlib 2.0 updates (#9030) 2017-06-21 16:04:53 +02:00
plot_kmeans_digits.py DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
plot_kmeans_silhouette_analysis.py [MRG] Examples deprecations (#11561) 2018-07-17 00:08:04 -05:00
plot_kmeans_stability_low_dim_dense.py EXA avoid use of matplotlib.cm.spectral which has been removed (#10764) 2018-03-07 16:49:45 +11:00
plot_linkage_comparison.py [MRG+2] Single linkage clustering (#9372) 2018-01-22 14:58:17 +01:00
plot_mean_shift.py [MRG] DOC examples with correct notebook style (#9061) 2017-06-20 14:48:57 +02:00
plot_mini_batch_kmeans.py [MRG] DOC examples with correct notebook style (#9061) 2017-06-20 14:48:57 +02:00
plot_optics.py EXA Fix plot in plot_optics.py 2018-08-30 22:07:07 +08:00
plot_segmentation_toy.py [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
plot_ward_structured_vs_unstructured.py [MRG + 1] 10 more examples fixed with matplotlib 2.0 updates (#9030) 2017-06-21 16:04:53 +02:00

README.txt

.. _cluster_examples:

Clustering
----------

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