FCM模糊聚类算法我要分享

FCM clustering algorithm

matlab 算法 fcm 模糊

关注次数: 231

下载次数: 1

文件大小: 2.36 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:模糊C 均值聚类算法是一种逐步迭代的算法,每步迭代都沿着目标函数减小的方向进行。首先,需要对一些数据进行初始化:1.待聚类数据总个数澡好2.聚类类别数C ;3。迭代停止阈值;4.聚类原型模式;5。迭代计数器b;6.加权指数m,m一般情况取m = 2。


English Description:

Fuzzy c-means clustering algorithm is an iterative algorithm, each iteration is along the direction of objective function decreases. First, you need to initialize some data:1. total number of cluster data-bath2. the cluster number C;3. Iteration stopping threshold;4. cluster prototype; 5. B the iteration counter;6. the weighted index m,m usually take m = 2.


代码预览