scikit-learn/sklearn/cluster
Lars Buitinck 917f309559 ENH fit_transform on KMeans
Naive implementation for now. Fixes Issue #1157 (partly, at least).
2012-10-31 13:28:28 +01:00
..
tests ENH fit_transform on KMeans 2012-10-31 13:28:28 +01: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 ENH fit_transform on KMeans 2012-10-31 13:28:28 +01: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