scikit-learn/examples/cluster
Adrin Jalali 40441e86f5 [MRG+1] OPTICS fit uses the selected `extract_method` parameter (#12087)
* add extract method parameter

* change fancy to sqlnk

* test for invalid extract_method value

* test easy dbscan

* pep8

* add extract_sqlnk

* mention which parameter is used for which extact method

* add tests for extract methods with no params given

* Add the reference for the SQLNK method.

* make extract_optics_dbscan and extract_optics_sqlnk public

* fix references, sync docstrings

* fix more morege conflicts

* reorganize the code and get it closer to what we want

* pep8

* remove sqlnk, make compute_optics_graph public

* pep8

* remove unused reference

* make tests pass

* fix docstrings

* fix removal of removed parameter

* add back min_cluster size, xi needs it

* pep8

* fix docstring issue

* address Hanmin's comments

* remove core_sample_indices_

* fix comment

* pep8

* apply comments, remove example

* add public functions to classes.rst and __init__

* address Joel's comments
2019-03-03 20:38:00 +01: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 [MRG+1] OPTICS fit uses the selected `extract_method` parameter (#12087) 2019-03-03 20:38:00 +01: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 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 DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11: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_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.