scikit-learn/sklearn/cluster
Gael Varoquaux 8f493d914f MISC: fix reference to example 2013-07-30 11:15:36 +02:00
..
bicluster WIP: explicitly mark all base classes as ABC with abstractmethod inits 2013-07-28 18:37:12 +02:00
tests DBSCAN BallTree implementation 2013-07-29 22:58:54 +02:00
__init__.py import biclustering methods in sklearn.cluster and sklearn.metrics.cluster 2013-07-25 19:19:26 +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 affinity_propagation damping default value. 2013-07-24 15:41:28 -04:00
dbscan_.py MISC: fix reference to example 2013-07-30 11:15:36 +02:00
hierarchical.py Now that the folder has more than just mst in it, rename to sparsetools, which should help with referencing it. 2013-07-22 10:27:26 +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