scikit-learn/sklearn/cluster
GaelVaroquaux e2f9c2acbb ENH: Don't modify connectivity unless specified 2012-03-25 18:45:04 +02:00
..
tests Skip k-means parallel test on Mac OS X Lion (10.7) 2012-03-13 16:28:33 -07:00
__init__.py DOC: Standardize the module documentation format (work in progress) 2011-11-30 10:30:13 +01:00
_feature_agglomeration.py FIX: Section Returns not Return 2011-12-22 19:34:33 +01:00
_hierarchical.c Faster hierarchical cluster for very dense trees 2012-02-25 21:02:45 +01:00
_hierarchical.pyx Faster hierarchical cluster for very dense trees 2012-02-25 21:02:45 +01:00
_k_means.c OPTIM: skip buffer unpacking in kmeans 2012-03-14 15:59:47 -07:00
_k_means.pyx OPTIM: skip buffer unpacking in kmeans 2012-03-14 15:59:47 -07:00
affinity_propagation_.py closes #677 - improved affinity propagation docstrings 2012-03-04 17:50:43 +01:00
dbscan_.py DOC move references from Notes to References section in docstrings 2012-03-04 15:16:51 +01:00
hierarchical.py ENH: Don't modify connectivity unless specified 2012-03-25 18:45:04 +02:00
k_means_.py FIX: typo for default init_size in MiniBatchKMeans 2012-02-14 17:34:54 +01:00
mean_shift_.py DOC move references from Notes to References section in docstrings 2012-03-04 15:16:51 +01:00
setup.py ENH: hierarchical: speedups in tree cut 2012-02-06 11:42:30 +01:00
spectral.py DOC move references from Notes to References section in docstrings 2012-03-04 15:16:51 +01:00