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.

Contents:

Previous topic

Lag Space Matrix

Next topic

K-Means

This Page