フィルターのクリア

Gaussian Mixture Models : spikes curves to classify

1 回表示 (過去 30 日間)
Vincent Gigot
Vincent Gigot 2013 年 9 月 16 日
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.

回答 (0 件)

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by