scikit-learn/sklearn/cluster
Lars Buitinck 43c55b5f0d FIX get rid of the last few asanyarray calls
This function passes through the evil np.matrix unchanged.
2013-07-11 15:54:13 +02:00
..
tests FIX/ENH mean shift clustering 2013-06-30 14:58:59 +02:00
__init__.py FIX avoid spectral_embedding naming conflict 2013-06-22 21:21:32 +02:00
_feature_agglomeration.py DOC clean pooling_func arg type 2013-06-18 06:27:18 +10:00
_hierarchical.c COSMIT various typofixes 2013-04-11 21:22:14 +02:00
_hierarchical.pyx DOC copy comment describing hierarchical clustering children 2013-06-18 09:14:18 +10:00
_k_means.c FIX KMeans bug; argsort result apparently not always C-contiguous 2013-07-08 14:30:06 +02:00
_k_means.pyx FIX KMeans bug; argsort result apparently not always C-contiguous 2013-07-08 14:30:06 +02:00
affinity_propagation_.py DOC Fix references to missing examples 2013-05-22 11:13:59 +02:00
dbscan_.py DOC Fix references to missing examples 2013-05-22 11:13:59 +02:00
hierarchical.py DOC fix in the hierarchical clustering 2013-06-30 00:48:10 +02:00
k_means_.py FIX get rid of the last few asanyarray calls 2013-07-11 15:54:13 +02:00
mean_shift_.py DOC fix docstring typos in cluster/mean_shift_ 2013-07-08 00:19:25 -04:00
setup.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
spectral.py DOC spellfixes 2013-06-29 16:18:23 +03:00