scikit-learn/examples/mixture
Andreas Mueller 1b367e56e5 ENH set n_fold default to 3, rename k to n_fold in all doctests, docs, and examples 2012-10-10 19:10:29 +01:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
plot_gmm.py removed get_means, set_means, get_weights, set_weights 2012-02-02 15:16:26 +01:00
plot_gmm_classifier.py ENH set n_fold default to 3, rename k to n_fold in all doctests, docs, and examples 2012-10-10 19:10:29 +01:00
plot_gmm_pdf.py merged with master 2011-12-24 20:03:07 +01:00
plot_gmm_selection.py Cosmit 2012-02-05 23:28:54 +01:00
plot_gmm_sin.py COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples. 2012-04-29 23:13:06 +02:00

README.txt

.. _mixture_examples:

Gaussian Mixture Models
-----------------------

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