Implementation of Fuzzy C-Means Clustering

Date: 24 September, 2010 (1st Semester of M.Sc. Computer Science)
Location: Department of Computer Science, University of Delhi.
Team Size: 1
Details:
This code is used to perform a modified Fuzzy C-Means Clustering on a dataset. A fixed number of clusters are created and the data points are alloted to clusters with a certain coefficient. The clusters centers are updated till there is practically no change between two consecutive clusters.

Algorithm to find the membership values and MATLAB code for clustering can be found here.