scikit-learn/examples/cluster
Stéphane Couvreur 7166ae8ece MNT Updated adjusted_mutual_info_score and normalized_mutual_info_score default to 'arithmetic' (#13814) 2019-05-09 10:35:32 +10:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_adjusted_for_chance_measures.py MNT Updated adjusted_mutual_info_score and normalized_mutual_info_score default to 'arithmetic' (#13814) 2019-05-09 10:35:32 +10:00
plot_affinity_propagation.py MNT Updated adjusted_mutual_info_score and normalized_mutual_info_score default to 'arithmetic' (#13814) 2019-05-09 10:35:32 +10: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 FEA OPTICS: add extract_xi method (#12077) 2019-04-28 00:11:04 +10: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 MNT Updated adjusted_mutual_info_score and normalized_mutual_info_score default to 'arithmetic' (#13814) 2019-05-09 10:35:32 +10: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 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 MNT Updated adjusted_mutual_info_score and normalized_mutual_info_score default to 'arithmetic' (#13814) 2019-05-09 10:35:32 +10: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 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 FEA OPTICS: add extract_xi method (#12077) 2019-04-28 00:11:04 +10: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.