how to select a seed point in clustering?
3 views (last 30 days)
Show older comments
Sreepriya Jeejesh
on 5 Jun 2018
Commented: Aditya Adhikary
on 5 Jun 2018
seed point selection in clustering technique for segmentation.
2 Comments
Walter Roberson
on 5 Jun 2018
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?
Accepted Answer
Aditya Adhikary
on 5 Jun 2018
Edited: Aditya Adhikary
on 5 Jun 2018
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 Comments
More Answers (0)
See Also
Categories
Find more on Cluster Analysis and Anomaly Detection in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!