scikit-learn/sklearn/cluster
Olivier Grisel efa74b491e FIX: renable test_k_means_plus_plus_init_2_jobs on OSX 10.8
but skip it if the BLAS implementation is OpenBLAS.
2013-09-04 19:05:04 +02:00
..
bicluster TST: fix test on scipy dev version 2013-08-20 11:27:19 +02:00
tests FIX: renable test_k_means_plus_plus_init_2_jobs on OSX 10.8 2013-09-04 19:05:04 +02:00
__init__.py FIX rm spectral_embedding import from sklearn.cluster 2013-08-08 10:33:17 +02:00
_feature_agglomeration.py DOC clean pooling_func arg type 2013-06-18 06:27:18 +10:00
_hierarchical.c FIX integer types in Ward clustering 2013-08-07 19:53:44 +02:00
_hierarchical.pyx FIX integer types in Ward clustering 2013-08-07 19:53:44 +02: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 Add pairwise_distances_argmin. 2013-08-30 22:31:09 +09:00
dbscan_.py use spaces in indentation 2013-08-31 11:16:03 +05:30
hierarchical.py FIX integer types in Ward clustering 2013-08-07 19:53:44 +02:00
k_means_.py BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
mean_shift_.py Add pairwise_distances_argmin. 2013-08-30 22:31:09 +09:00
setup.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
spectral.py DOC ASCII only in docstrings 2013-08-28 18:22:57 +02:00