scikit-learn/examples/em
Gael Varoquaux e5c769de44 DOC: Moving the em examples, step 2.
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@700 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-23 05:45:19 +00:00
..
README.txt DOC: Moving the em examples, step 2. 2010-04-23 05:45:19 +00:00
basic_example1.py DOC: Moving the em examples, step 2. 2010-04-23 05:45:19 +00:00
basic_example2.py DOC: Moving the em examples, step 2. 2010-04-23 05:45:19 +00:00
basic_example3.py DOC: Moving the em examples, step 2. 2010-04-23 05:45:19 +00:00
discriminant_analysis.py DOC: Moving the em examples, step 2. 2010-04-23 05:45:19 +00:00
expectation.py DOC: Moving the em examples, step 2. 2010-04-23 05:45:19 +00:00
pdfestimation.py DOC: Moving the em examples, step 2. 2010-04-23 05:45:19 +00:00
pdfestimation1d.py DOC: Moving the em examples, step 2. 2010-04-23 05:45:19 +00:00
plotexamples.py DOC: Moving the em examples, step 2. 2010-04-23 05:45:19 +00:00
regularized_example.py DOC: Moving the em examples, step 2. 2010-04-23 05:45:19 +00:00
utils.py DOC: Moving the em examples, step 2. 2010-04-23 05:45:19 +00:00

README.txt

Gaussian-mixture modeling
--------------------------

Examples concerning the `scikits.learn.em` package.

.. warning::

  The code in the `scikits.learn.em` submodule is not as mature as the
  rest of the scikit and is prone to changing.