scikit-learn/sklearn/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
..
tests [MRG+1] OPTICS fit uses the selected `extract_method` parameter (#12087) 2019-03-03 20:38:00 +01:00
__init__.py [MRG+1] OPTICS fit uses the selected `extract_method` parameter (#12087) 2019-03-03 20:38:00 +01:00
_dbscan_inner.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
_feature_agglomeration.py MNT Use list and dict comprehension (#12668) 2019-01-08 09:32:34 +11:00
_hierarchical.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
_k_means.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
_k_means_elkan.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
affinity_propagation_.py [MRG+1] Fix bug in AffinityPropagation (#13334) 2019-03-01 12:01:01 +01:00
bicluster.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
birch.py MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
dbscan_.py MNT Delete wrapper function optics around OPTICS (#13271) 2019-02-26 14:59:55 +01:00
hierarchical.py [MRG+1] Use astype(.., copy=False) when possible (#11973) 2019-03-01 11:07:10 +01:00
k_means_.py [MRG+1] Use astype(.., copy=False) when possible (#11973) 2019-03-01 11:07:10 +01:00
mean_shift_.py MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +02:00
optics_.py [MRG+1] OPTICS fit uses the selected `extract_method` parameter (#12087) 2019-03-03 20:38:00 +01:00
setup.py [MRG] MAINT: Continue moving from CBLAS to scipy cython blas (#13084) 2019-02-20 19:23:34 +01:00
spectral.py Converting http to https (3)... (#12302) 2018-10-05 18:50:31 +02:00