* add extract method parameter * change fancy to sqlnk * test for invalid extract_method value * test easy dbscan * pep8 * add extract_sqlnk * mention which parameter is used for which extact method * add tests for extract methods with no params given * Add the reference for the SQLNK method. * make extract_optics_dbscan and extract_optics_sqlnk public * fix references, sync docstrings * fix more morege conflicts * reorganize the code and get it closer to what we want * pep8 * remove sqlnk, make compute_optics_graph public * pep8 * remove unused reference * make tests pass * fix docstrings * fix removal of removed parameter * add back min_cluster size, xi needs it * pep8 * fix docstring issue * address Hanmin's comments * remove core_sample_indices_ * fix comment * pep8 * apply comments, remove example * add public functions to classes.rst and __init__ * address Joel's comments |
||
|---|---|---|
| .. | ||
| README.txt | ||
| plot_adjusted_for_chance_measures.py | ||
| plot_affinity_propagation.py | ||
| plot_agglomerative_clustering.py | ||
| plot_agglomerative_clustering_metrics.py | ||
| plot_birch_vs_minibatchkmeans.py | ||
| plot_cluster_comparison.py | ||
| plot_cluster_iris.py | ||
| plot_coin_segmentation.py | ||
| plot_coin_ward_segmentation.py | ||
| plot_color_quantization.py | ||
| plot_dbscan.py | ||
| plot_dict_face_patches.py | ||
| plot_digits_agglomeration.py | ||
| plot_digits_linkage.py | ||
| plot_face_compress.py | ||
| plot_feature_agglomeration_vs_univariate_selection.py | ||
| plot_inductive_clustering.py | ||
| plot_kmeans_assumptions.py | ||
| plot_kmeans_digits.py | ||
| plot_kmeans_silhouette_analysis.py | ||
| plot_kmeans_stability_low_dim_dense.py | ||
| plot_linkage_comparison.py | ||
| plot_mean_shift.py | ||
| plot_mini_batch_kmeans.py | ||
| plot_segmentation_toy.py | ||
| plot_ward_structured_vs_unstructured.py | ||
README.txt
.. _cluster_examples: Clustering ---------- Examples concerning the :mod:`sklearn.cluster` module.