scikit-learn/sklearn/cluster
Gael Varoquaux 0a01292dbf BUG: restore numpy 1.3 compatbibility 2012-10-27 23:03:40 +02:00
..
tests TST: increase coverage in spectral clustering 2012-10-27 22:10:51 +02:00
__init__.py Add __all__ for half of the scikit 2012-09-04 18:00:49 +01:00
_feature_agglomeration.py ENH rudimentary testing of tranformer objects 2012-09-01 18:25:05 +02: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 Add or fix deprecation schedule in warnings. 2012-09-01 20:02:14 +02:00
hierarchical.py ENH add ClassifierMixin with ``fit_predict`` and some tests. 2012-09-01 18:51:19 +02:00
k_means_.py Revert (rebased) merge of euclidean_distances speedup 2012-10-24 10:40:30 +02:00
mean_shift_.py ENH add ClassifierMixin with ``fit_predict`` and some tests. 2012-09-01 18:51:19 +02:00
setup.py COSMIT pep8 2012-08-10 11:06:42 +01:00
spectral.py BUG: restore numpy 1.3 compatbibility 2012-10-27 23:03:40 +02:00