scikit-learn/sklearn/cluster
jeremiedbb 4cf4e6e519 MAINT Use numpy vectorized operations in k-means++ (#14479) 2019-07-29 15:48:59 +08:00
..
tests FIX Support float min_samples and min_cluster_size in OPTICS (#14496) 2019-07-29 10:21:29 +10:00
__init__.py FEA OPTICS: add extract_xi method (#12077) 2019-04-28 00:11:04 +10:00
_dbscan_inner.pyx MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_feature_agglomeration.py [MRG] DEP remove pooling_func in AgglomerativeClustering (#13821) 2019-05-09 14:41:56 +02:00
_hierarchical.pyx MAINT Replace absolute imports with relative imports (#13653) 2019-04-17 12:45:14 -04:00
_k_means.pyx MAINT Replace absolute imports with relative imports (#13653) 2019-04-17 12:45:14 -04:00
_k_means_elkan.pyx MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
affinity_propagation_.py [MRG] Doctest with print change only adjusts default options for doctest (#13991) 2019-06-01 10:53:45 +02:00
bicluster.py [MRG] Doctest with print change only adjusts default options for doctest (#13991) 2019-06-01 10:53:45 +02:00
birch.py [MRG] Doctest with print change only adjusts default options for doctest (#13991) 2019-06-01 10:53:45 +02:00
dbscan_.py [MRG] Doctest with print change only adjusts default options for doctest (#13991) 2019-06-01 10:53:45 +02:00
hierarchical.py [MRG] Error for cosine affinity when zero vectors present (#7943) 2019-06-21 11:05:20 -04:00
k_means_.py MAINT Use numpy vectorized operations in k-means++ (#14479) 2019-07-29 15:48:59 +08:00
mean_shift_.py MAINT Remove imports from sklearn.utils._joblib (#13676) 2019-06-18 18:37:14 +04:00
optics_.py FIX Support float min_samples and min_cluster_size in OPTICS (#14496) 2019-07-29 10:21:29 +10:00
setup.py [MRG] MAINT: Continue moving from CBLAS to scipy cython blas (#13084) 2019-02-20 19:23:34 +01:00
spectral.py DOC some attribute documentation (#14459) 2019-07-25 17:27:35 +02:00