scikit-learn/sklearn/cluster
Andreas Mueller a9b3965b0a Better error messages in MeanShift, slightly more robust to bad binning. 2015-02-07 12:59:04 +01:00
..
tests Better error messages in MeanShift, slightly more robust to bad binning. 2015-02-07 12:59:04 +01:00
__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 FIX various mismatch between docstring and signature params 2015-01-16 11:54:57 -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 Add test that score takes y, fix KMeans, FIX pipeline compatibility of clustering algorithms! 2015-02-06 13:26:42 +01:00
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 Add test that score takes y, fix KMeans, FIX pipeline compatibility of clustering algorithms! 2015-02-06 13:26:42 +01:00