Hi,
I would like to know if it is possible to validate my clustering algorithm via stability measure? What I mean is, are APN, AD, ADM, and FOM imply on the best clustering algorithm and number of clusters that can be used?
I have done AGNES and Pam for my dataset in r statistical program and my stability optimal result is as follow:
Score Method Clusters
APN 0.07333333 hierarchical 6
AD 0.46335328 hierarchical 6
ADM 0.15485685 hierarchical 6
FOM 0.30368797 hierarchical 3
is it saying that hierarchical clustering is the best method for my dataset?
Thank a lot