how to select a seed point in clustering?
3 次查看(过去 30 天)
显示 更早的评论
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!