How to enter your data in cluster analysis?
1 回表示 (過去 30 日間)
古いコメントを表示
load fisheriris
[cidx2,cmeans2] = kmeans(meas,2,'dist','sqeuclidean');
[silh2,h] = silhouette(meas,cidx2,'sqeuclidean');
Hello! In the examples of cluster analysis, there is one such one, but how can I indicate my values in it (I have a 2x10000 matrix) ?
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!