scikit-learn/examples/decomposition
Jaques Grobler db38edb7ea delete redundant file, merged some examples and updated links 2012-03-07 03:55:18 +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 MiniBatchSparsePCA and MiniBatchDictionaryLearning still use chunk_size as argument 2012-03-03 18:53:45 +01: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 STY : pep8 2011-12-20 15:34:17 +01:00
plot_image_denoising.py STY : pep8 2011-12-20 15:34:17 +01:00
plot_kernel_pca.py MISC simplified kpca example with new dataset generator, another minor fix in generator 2012-03-04 15:37:30 +01:00
plot_pca_3d.py delete redundant file, merged some examples and updated links 2012-03-07 03:55:18 +01:00
plot_pca_iris.py delete redundant file, merged some examples and updated links 2012-03-07 03:55:18 +01: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 make example more expressive 2011-12-22 23:06:05 +01:00

README.txt

.. _decomposition_examples:

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

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