I am unable to find the details of matlab's k-mean
about seeds. That if matlab's k-mean recomputes the cluster assignment of Xs seeds
, which is subset of data set X
matrix.
Or these seeds are only used for initial centered location and are not considered in k-means cluster assignment phase?
I want to semi-supervised clustering by seeds
by Sugato Basu et.al
It might be a naive question but your answer would make this confusion clearer.
Thanks in advance.