Return correct intra-cluster distances from kmeans (bug #43959) * kmeans.m: Set the third return value to be the vector of sums of square distances of rows in a cluster to the cluster centroid. Previously, the sum of this vector was returned.