how to select a seed point in clustering?
2 ビュー (過去 30 日間)
古いコメントを表示
Sreepriya Jeejesh
2018 年 6 月 5 日
コメント済み: Aditya Adhikary
2018 年 6 月 5 日
seed point selection in clustering technique for segmentation.
2 件のコメント
Walter Roberson
2018 年 6 月 5 日
Are you asking how you tell a particular clustering routine which seed point to use, or are you asking for advice as to which location you should tell a clustering routine to use?
採用された回答
Aditya Adhikary
2018 年 6 月 5 日
編集済み: Aditya Adhikary
2018 年 6 月 5 日
For k-means, you can specify the seed using the 'Start' parameter. If you specify a numeric matrix while using this parameter, it can interpret it as the seeds. For more information on how to use this option, read the documentation: kmeans Name-Value pair arguments.
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Cluster Analysis and Anomaly Detection についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!