Clear Filters
Clear Filters

Gaussian Mixture Models : spikes curves to classify

1 view (last 30 days)
Hi Matlab Community I would like to use GMM to clster spikes signal issues from electrophysiological experiment. I'm using a hierarchical method coupled with a k-means. It works correctly, but I would like to compare wiht other methods. My spikes after being detected are stored in a matrix (sig) with n lines (n points for each spikes) and m columns (m spikes curves)
I tried some code for GMM, but I dont understand what i'm exactly doing. gm = gmdistribution.fit(sig,K); idx = cluster(gm,sig);
I would like to understand the method principle, how to use it and what do results mean. What is gm for example ?
Thanks a lot. Vincent.

Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!