scikit-learn/examples/decomposition
GaelVaroquaux 69e3554c8e MISC: wording of doc/comments in example 2012-11-13 09:42:31 +01:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
plot_faces_decomposition.py ENH renaming 'n_atoms' to 'n_components' for consistency 2012-11-04 10:01:13 +00:00
plot_ica_blind_source_separation.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_ica_vs_pca.py FIX : make plot_ica_vs_pca.py deterministic (fix for #815) 2012-05-03 17:39:46 +02:00
plot_image_denoising.py MISC: wording of doc/comments in example 2012-11-13 09:42:31 +01:00
plot_kernel_pca.py Fix kernel pca example. 2012-05-02 11:02:04 +09:00
plot_pca_3d.py ENH : cleanup FactorAnalysis object 2012-10-13 19:29:00 +02:00
plot_pca_iris.py ENH adjusted examples to new matplotlib 1.1.1 2012-05-05 20:43:21 +02:00
plot_pca_vs_lda.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_sparse_coding.py ENH renaming 'n_atoms' to 'n_components' for consistency 2012-11-04 10:01:13 +00:00

README.txt

.. _decomposition_examples:

Decomposition
-------------

Examples concerning the :mod:`sklearn.decomposition` package.