scikit-learn/examples/cluster
Thomas J. Fan 81dde3a6e5
STY Ensures that "flake8 ." works (#20298)
2021-06-18 15:46:40 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_adjusted_for_chance_measures.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_affinity_propagation.py EXA Set random_state=0 in AffinityPropagation example (#19507) 2021-06-17 20:58:25 +02:00
plot_agglomerative_clustering.py FIX overlapping titles in plot example 2020-03-03 16:18:15 -08:00
plot_agglomerative_clustering_metrics.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_agglomerative_dendrogram.py MRG add dendrogram example (#14526) 2019-08-11 13:36:22 +10:00
plot_birch_vs_minibatchkmeans.py DOC rename Birch to BIRCH in docs (#19368) 2021-02-06 09:54:47 +00:00
plot_cluster_comparison.py EXA Set random_state=0 in AffinityPropagation example (#19507) 2021-06-17 20:58:25 +02:00
plot_cluster_iris.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
plot_coin_segmentation.py MNT define a parse_version function in sklearn.utils.fixes (#17670) 2020-06-24 13:35:49 +02:00
plot_coin_ward_segmentation.py MNT define a parse_version function in sklearn.utils.fixes (#17670) 2020-06-24 13:35:49 +02:00
plot_color_quantization.py DOC use reshape instead of manually reshaping in plot_color_quantization (#19960) 2021-05-20 10:27:08 -04:00
plot_dbscan.py MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
plot_dict_face_patches.py MNT Fixes cross-reference and no reference issues in sphinx (#13000) 2019-02-28 19:17:38 +01: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 STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02: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 MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02: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 EXA use class instead of function for preprocessing in plot_kmeans_digits (#18657) 2020-11-13 11:37:50 +01:00
plot_kmeans_plusplus.py [ENH] Create public kmeans_plusplus including index output (#17937) 2020-11-11 15:24:03 +01:00
plot_kmeans_silhouette_analysis.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
plot_kmeans_stability_low_dim_dense.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_linkage_comparison.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
plot_mean_shift.py MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
plot_mini_batch_kmeans.py MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
plot_optics.py DOC shorten links in examples/* modules (#17636) 2020-06-20 17:43:14 +02: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 MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00

README.txt

.. _cluster_examples:

Clustering
----------

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