scikit-learn/examples/decomposition
Kevin Hughes 81e009157f ENH actually use scikit-learn's PCA class in plot_pca_3d.py
U is not necessarily the same as V.T. Since it's not needed, I removed it.
2013-04-17 16:29:57 +02:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
plot_faces_decomposition.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_ica_blind_source_separation.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_ica_vs_pca.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_image_denoising.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_kernel_pca.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_pca_3d.py ENH actually use scikit-learn's PCA class in plot_pca_3d.py 2013-04-17 16:29:57 +02:00
plot_pca_iris.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_pca_vs_lda.py MISC minor fixes in examples 2013-03-10 19:06:42 +01:00
plot_sparse_coding.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00

README.txt

.. _decomposition_examples:

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

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