Application Context:
Many undergraduate mathematics theses involve fuzzy mathematics applications. My research focuses on exploring the effectiveness of fuzzy clustering analysis, where FCM algorithm serves as an essential component. This implementation provides MATLAB code for two iterative forms of FCM algorithm that may benefit fellow students.
Key Technology:
Fuzzy C-Means clustering (FCM), also known as fuzzy ISODATA, is a clustering algorithm that determines each data point's degree of belonging to clusters using membership values. Proposed by Bezdek in 1973 as an improvement over hard C-means clustering (HCM), FCM partitions n vectors xi (i=1,2,...,n) into c fuzzy groups and computes cluster centers to minimize the objective function.
MATLAB
237 views
Tagged