聚类——GAKFCM

作者:凯鲁嘎吉 - 博客园 http://www.cnblogs.com/kailugaji/

参考文献:黄白梅. 基于GA优化的核模糊C均值聚类算法的研究[D]. 武汉科技大学, 2013.

一、遗传算法

二、算法具体细节

1.Real Coding Mode

Each individual is represented by C×D real numbers, where C is the number of clusters and D is the dimension of the data.

2.Nonlinear Ranking Select Measurement

where q is the parameter, j is the sorting number and n is the number of individuals.

3.Adaptive Crossover Strategy

where pc0 is the initial crossover rate, t is the current evolution time of individuals and T is the maximum number of iterations.

4.Adaptive Mutation Strategy

where pm0 is the initial mutation rate, t is the current evolution time of individuals and T is the maximum number of iterations.

5.Fitness Function

其中JKFCM见聚类——KFCM

三、算法流程

四、理解

GAKFCM是指用GA进行初始化KFCM的参数(聚类中心)。每个个体的大小与聚类中心的大小一致。

最新文章

  1. CentOS6.5 (64bit) 光盘内部FTP源
  2. 今天的学习——关于JS时间获取方面的小问题
  3. [转]GPS纠偏算法,适用于google,高德体系的地图
  4. 项目开发-->一键登录功能汇总
  5. python参考手册 Read
  6. Python核心编程2第三章课后练习
  7. css的背景background的相关属性
  8. Spring3.0官网文档学习笔记(二)
  9. Docker学习笔记 - Docker的容器
  10. 根据浏览器内核判断是web/iOS/android/ipad/iphone 来打开不同的网站或页面
  11. 数据库解析IP,时间戳
  12. 《Java并发编程的艺术》--Java中的锁
  13. 【OpenCV学习】计算两幅图像的重叠区域
  14. 《STL源码剖析》学习之traits编程
  15. 关于js浅拷贝与深拷贝的理解
  16. [C基础修炼]如何用vs2017写一个C语言hello world程序
  17. 关于Unity中的小案例之运动的小船以及摄像机跟随技术(专题五)
  18. ios 透过上层视图点击相应下方视图的点击事件
  19. 【树】Count Complete Tree Nodes
  20. [Android Pro] Android中IntentService的原理及使用

热门文章

  1. 数据库部分(MySql)_2
  2. 关于laravel5 消息订阅/发布的理解初
  3. Android Studio 学习(六)内容提供器
  4. 你还在等着用户反馈BUG?
  5. EF中更新操作 ID自增但不是主键 ;根据ViewModel更新实体的部分属性
  6. Git学习(一)
  7. js 账单打印并分页
  8. 2018-11-04 在线代码离线翻译Chrome插件"一马"v0.0.14
  9. CSS中默认被继承的属性
  10. Nginx http相关常用配置总结