In k-means clustering, how to start with the process?
should i choose k farthest points or random points and form k clusters and joining other points to clusters?
or
choosing a single point and then, checking other points against it [euclidean distance] if < THRESHOLD add or form new cluster?