scikit-learn/sklearn/cluster
Doug Coleman eb64f18682 BUG: Don't test test_k_means_plus_plus_init_2_jobs on Mac OSX >= 10.7 because it's broken. See #636. Closes #1407. 2012-12-01 14:23:47 -08:00
..
tests BUG: Don't test test_k_means_plus_plus_init_2_jobs on Mac OSX >= 10.7 because it's broken. See #636. Closes #1407. 2012-12-01 14:23:47 -08:00
__init__.py FIX backwards support 2012-11-27 09:35:45 -05:00
_feature_agglomeration.py ENH add checks for clustering, regressors, transformers 2012-11-10 15:53:57 +00:00
_hierarchical.c ENH: Faster ward for large n_clusters 2012-07-26 09:15:57 +02:00
_hierarchical.pyx ENH: Faster ward for large n_clusters 2012-07-26 09:15:57 +02:00
_k_means.c MISC: use toarray instead of todense 2012-10-14 18:57:24 +02:00
_k_means.pyx MISC: use toarray instead of todense 2012-10-14 18:57:24 +02:00
affinity_propagation_.py ENH : cleanup FactorAnalysis object 2012-10-13 19:29:00 +02:00
dbscan_.py ENH Check what ``__init__`` does in test_common 2012-11-26 09:31:06 +00:00
hierarchical.py ENH add checks for clustering, regressors, transformers 2012-11-10 15:53:57 +00:00
k_means_.py renaming 'learn_rate' in 'learning_rate' 2012-11-03 08:17:42 +00:00
mean_shift_.py COSMIT in mean shift docs 2012-11-04 10:11:17 +00:00
setup.py COSMIT pep8 2012-08-10 11:06:42 +01:00
spectral.py fix: removed unused keyword precomputed and clean up if clauses 2012-11-27 09:36:21 -05:00