中文说明: 聚类分析是多元统计分析的一种,也是无监督模式识别的一个重要分支,在模式分类 图像处理和模糊规则处理等众多领域中获得最广泛的应用。 模糊聚类算法是一种基于函数最优方法的聚类算法,使用微积分计算技术求最优代价函数,在基于概率算法的聚类方法中将使用概率密度函数 本例利用C++实现FCM模糊C均值聚类分析,包含源代码。
English Description:
Clustering analysis is a kind of multivariate statistical analysis and an important branch of unsupervised pattern recognition. It is widely used in many fields such as pattern classification & nbsp; image processing and fuzzy rule processing.