I'm trying to understand fuzzy k-modes algorithm (look mainly at page 3) in order to implement it.
I'm stuck at the calculation of cluster centers they said as shown in the pic
I need to know whether the following is true or false and please correct me
In order to get the center of a cluster we need to:
- for each category in a variable calculate the sum of membership value for all the point, that the category belongs to, to this cluster
- the highest obtained value to be set as the category of the center