-2

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?

Furkan Gözükara
  • 22,964
  • 77
  • 205
  • 342

1 Answers1

0

The centroid is the arithmetic mean.

More precisely, it is the means in each attribute, concatenated into a new vector.

Has QUIT--Anony-Mousse
  • 76,138
  • 12
  • 138
  • 194