scikit-learn/sklearn/cluster
Andreas Mueller cf20230785 DOC improve kmeans init doc. 2012-06-20 16:52:46 +02:00
..
tests Merge pull request #875 from AlexandreAbraham/ward_coo_bug 2012-06-05 13:47:53 -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 Warn: Passing params to fit is depreciated 2012-05-05 00:17:58 +02:00
hierarchical.py Put conversion after component computation 2012-05-31 15:13:51 +02:00
k_means_.py DOC improve kmeans init doc. 2012-06-20 16:52:46 +02:00
mean_shift_.py DOC move references from Notes to References section in docstrings 2012-03-04 15:16:51 +01:00
setup.py BUG: explicit adding of libm at build 2012-05-05 22:46:10 +02:00
spectral.py ENH renamed 'k' to n_clusters in SpectralClustering 2012-05-30 07:41:34 +02:00