基于人工蜂群的数据聚类我要分享

Data clustering based on artificial bee colony

matlab 基于 数据 蜂群 人工

关注次数: 208

下载次数: 0

文件大小: 6.90 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:应用背景本代码是基于与人工蜂群的数据聚类算法。该代码提供了比K-均值算法更准确的结果。关键技术人工蜂群优化(ABCO)是自然的启发启发式优化方法,这是类似于在自然界寻找食物的方式的蜜蜂,以及优化算法搜索最佳的组合优化问题。 ;通过建模的分区问题作为一个一个优化问题,该聚类算法。


English Description:

Application backgroundThis code is a data clustering algorithm based on Artificial Bee Colony. this code provides more accurate results than k-means algorithm.Key Technology Artificial Bee Colony Optimization (ABCO) is a nature-inspired metaheuristic optimization method, which is similar to the way bees in nature look for food, and the way optimization algorithms search for an optimum in combinatorial optimization problems.  By modeling the partitioning problem as an optimization problem, a ABCO-based clustering algorithm is presented.


代码预览