how to select a seed point in clustering?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sreepriya Jeejesh
il 5 Giu 2018
Commentato: Aditya Adhikary
il 5 Giu 2018
seed point selection in clustering technique for segmentation.
2 Commenti
Walter Roberson
il 5 Giu 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?
Risposta accettata
Aditya Adhikary
il 5 Giu 2018
Modificato: Aditya Adhikary
il 5 Giu 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Cluster Analysis and Anomaly Detection in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!