scikit-learn/sklearn/cluster
Olivier Grisel 9e20fb6767 Merge pull request #4313 from vortex-ape/spectral_clustering
[MRG + 1] Fixes issue #4304: SpectralClustering should be explicit about include_self
2015-03-02 23:37:53 +01:00
..
tests FIX: Fix n_components in AgglomerativeClustering and friends 2015-02-19 22:19:59 +05:30
__init__.py MANIT: pep8ize to an extent cluster module 2015-01-11 13:22:28 +05:30
_feature_agglomeration.py MAINT Make uniform the error raised for not fitted condition 2015-01-12 00:33:40 +05:30
_hierarchical.cpp BUG: work aroundd Cython bug to build with clang 2014-02-17 15:27:10 +01:00
_hierarchical.pyx ENH: Py3 support 2014-02-04 23:45:08 +01:00
_k_means.c TST fix tests with numpy 1.6.1 2015-02-01 15:49:49 +01:00
_k_means.pyx TST fix tests with numpy 1.6.1 2015-02-01 15:49:49 +01:00
affinity_propagation_.py Add test that score takes y, fix KMeans, FIX pipeline compatibility of clustering algorithms! 2015-02-06 13:26:42 +01:00
bicluster.py MAINT big refactor of sklearn.cluster.bicluster 2014-09-04 16:13:05 +02:00
birch.py some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
dbscan_.py Add test that score takes y, fix KMeans, FIX pipeline compatibility of clustering algorithms! 2015-02-06 13:26:42 +01:00
hierarchical.py FIX: Fix n_components in AgglomerativeClustering and friends 2015-02-19 22:19:59 +05:30
k_means_.py Add test that score takes y, fix KMeans, FIX pipeline compatibility of clustering algorithms! 2015-02-06 13:26:42 +01:00
mean_shift_.py Better error messages in MeanShift, slightly more robust to bad binning. 2015-02-07 12:59:04 +01:00
setup.py Clean: Separate hierarchical code from fast_dict 2013-09-22 09:47:09 +02:00
spectral.py Merge pull request #4313 from vortex-ape/spectral_clustering 2015-03-02 23:37:53 +01:00