Hello assume that i have the following variables inside single cluster
1.1 0 1.9
0 0 1.3
0.6 0.6 0.6
Now how can i find centroid of this cluster?
Hello assume that i have the following variables inside single cluster
1.1 0 1.9
0 0 1.3
0.6 0.6 0.6
Now how can i find centroid of this cluster?
The centroid is the arithmetic mean.
More precisely, it is the means in each attribute, concatenated into a new vector.