I implemented the FCM method in java. It generates centroid file, matrix file and objective function. I have taken cluster=2 as assumption. Now I want values that fall in cluster 1 and values that fall in cluster 2 separately. This can help me in evaluating the correctness of FCM method as I can correlate it with given class labels of dataset.
In other I would like also to generate confusion matrix.
Thanks