How can I fit data into Gaussian model?
古いコメントを表示
I have a matrix of 38-by-50 which represents 38 sample and 50 genes reading. I need to cluster this data matrix using Gaussian mixture model. Please, how can I fit this data with GMM by using gmdistribution? Thanks
回答 (1 件)
Shashank Prasanna
2013 年 11 月 11 日
That's a very small dataset. Do you know how many clusters are there? Did you try:
n = numbers_of_clusters
obj = gmdistribution.fit(X,n)
Use the examples from the documentation:
3 件のコメント
Ahmed Alabdaly
2013 年 11 月 11 日
Marc
2013 年 11 月 12 日
No you misunderstood I think... 38 experiments with 50 data points is a small data set. The stats toolbox will suffice just fine. Show some data and code where you are having some issues and maybe we can help.
Ahmed Alabdaly
2013 年 12 月 2 日
カテゴリ
ヘルプ センター および File Exchange で Gaussian Mixture Models についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!