how to select a seed point in clustering?
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Sreepriya Jeejesh
am 5 Jun. 2018
Kommentiert: Aditya Adhikary
am 5 Jun. 2018
seed point selection in clustering technique for segmentation.
2 Kommentare
Walter Roberson
am 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?
Akzeptierte Antwort
Aditya Adhikary
am 5 Jun. 2018
Bearbeitet: Aditya Adhikary
am 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 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!