scikit-learn/examples/mixture
Robert Layton dacfd8bd5d DOC: Replaced all BSD style licenses with "BSD 3 clause"
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!

Removed duplicate "3 clause, 3 clause"

Removed trailing period if exists

Fixed some missed licences, still about 50 to do, but those can be automated

Think I got the last of them.

Apparently me and sed have different ideas of regex.

Found a few more
2013-04-30 08:34:46 +02: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 DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_gmm_pdf.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_gmm_selection.py P3K death to the print statement 2013-02-11 23:11:57 +01:00
plot_gmm_sin.py P3K range vs. xrange 2013-02-14 02:05:35 +01:00

README.txt

.. _mixture_examples:

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

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