scikit-learn/sklearn/cluster
Manoj Kumar f34648453b Merge pull request #3946 from MechCoder/doc_fix
[MRG+1] Fix FeatureAgglomeration docs
2014-12-15 05:07:22 -08:00
..
tests MAINT: Moved compute_label test to common tests 2014-12-09 16:22:10 +01:00
__init__.py Made the following changes 2014-12-05 14:07:16 +01:00
_feature_agglomeration.py remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
_hierarchical.cpp BUG: work aroundd Cython bug to build with clang 2014-02-17 15:27:10 +01:00
_hierarchical.pyx ENH: Py3 support 2014-02-04 23:45:08 +01:00
_k_means.c Moved sparsefuncs to sparsefuncs_fast 2014-03-27 13:20:45 +05:30
_k_means.pyx Moved sparsefuncs to sparsefuncs_fast 2014-03-27 13:20:45 +05:30
affinity_propagation_.py AffinityPropagation: save memory by reusing tmp. 2014-11-21 10:07:54 -08:00
bicluster.py MAINT big refactor of sklearn.cluster.bicluster 2014-09-04 16:13:05 +02:00
birch.py Made the following changes 2014-12-09 14:48:23 +01:00
dbscan_.py DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
hierarchical.py Replace feature with sample 2014-12-15 13:40:58 +01:00
k_means_.py added n_init check for k_means() 2014-11-21 19:21:55 +01:00
mean_shift_.py DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
setup.py Clean: Separate hierarchical code from fast_dict 2013-09-22 09:47:09 +02:00
spectral.py DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00