how to select a seed point in clustering?
조회 수: 7 (최근 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개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!