scikit-learn/examples/mixture
Thierry Guillemot 8f199fe4f5 Modification of the GaussianMixture class to use cholesky precision matrices. (#6743) 2016-05-10 16:33:38 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_gmm.py Integration of the new GaussianMixture class. 2016-04-21 18:08:54 +02:00
plot_gmm_covariances.py Modification of the GaussianMixture class to use cholesky precision matrices. (#6743) 2016-05-10 16:33:38 +02:00
plot_gmm_pdf.py Integration of the new GaussianMixture class. 2016-04-21 18:08:54 +02:00
plot_gmm_selection.py Modification of the GaussianMixture class to use cholesky precision matrices. (#6743) 2016-05-10 16:33:38 +02:00
plot_gmm_sin.py Integration of the new GaussianMixture class. 2016-04-21 18:08:54 +02:00

README.txt

.. _mixture_examples:

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

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