scikit-learn/sklearn/cluster
Andreas Mueller deb136cbfd FIX: make kmeans test not raise warning when init is passed. 2011-12-18 10:47:58 +01:00
..
tests FIX: make kmeans test not raise warning when init is passed. 2011-12-18 10:47:58 +01:00
__init__.py DOC: Standardize the module documentation format (work in progress) 2011-11-30 10:30:13 +01:00
_feature_agglomeration.py FIX replace np.atleast_2d with new utils.array2d 2011-10-25 15:16:31 +02:00
_inertia.c batch re-cythonization with version 0.15 and new package names 2011-09-03 13:28:32 +02:00
_inertia.pyx Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
_k_means.c removing the undocument implementation of the unadjusted Rand index in kmeans_ 2011-09-09 22:30:09 +02:00
_k_means.pyx removing the undocument implementation of the unadjusted Rand index in kmeans_ 2011-09-09 22:30:09 +02:00
affinity_propagation_.py COSMIT rename safe_asanyarray to safe_asarray to prevent confusion 2011-10-21 13:58:08 +02:00
dbscan_.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
hierarchical.py ENH accept matrix input throughout 2011-10-21 13:51:12 +02:00
k_means_.py BUG: make the tests pass with numpy 2 2011-12-18 08:57:17 +01:00
mean_shift_.py move neighbors.py -> neighbors 2011-09-06 10:09:35 -07:00
setup.py COSMIT pep8 in cluster module, removed unused import 2011-11-20 20:33:57 +01:00
spectral.py Typo 2011-11-10 23:43:11 +01:00