AppliedStatisticsForNeuroscience
AppliedStatisticsForNeuroscience copied to clipboard
Clustering Tutorial Issues
The K-Means implementation is a hack -- it's just EM with small, isotropic covariance matrices. Need to do an honest-to-goodness K-Means implementation.
While this would be nice, it works well enough with the "limit of EM" approach. I'll leave this open as a potential future fix.