Clustering
==========

PyPR currently has support for two clustering methods: K-means and Expectation Maximization of Mixtures of Gaussians (MoG).
The K-means is the simple of the two, and takes an non-probalistic approach to clustering unlike the MoG.

..    
    The K-means takes an non-probalistic approach to clustering. 


Contents:

.. toctree::
   :maxdepth: 2

   kmeans
   mog