for the following simple portion from my data-set ,
attributes
States X1 X2 X3 ....... XM
A 10 15 0 1
B 1 0 0 5
C 0 0 5 2
etc ..
i have applied hierarchical clustering algorithm , and i found clusters for these data ,
My question Is how i can using fuzzy clustering membership function to define each state belong-ship to k clusters witch is fall [0,1]
for example : State A --> F(A)= 0.8 from cluster 1 and F(A)= 0.2 from cluster 2 ..etc any suggestion please ?