登录
首页 » matlab » FUZZY-CLUSTING

FUZZY-CLUSTING

于 2021-03-12 发布 文件大小:2029KB
0 127
下载积分: 1 下载次数: 331

代码说明:

  模糊C均值聚类算法的实现,FCM模糊聚类程序,matlab(FCM clustering code,matlab)

文件列表:

fcm算法
.......\data.h,477,2008-09-02
.......\DataRead.cpp,437,2009-12-27
.......\DataSave.cpp,396,2008-08-20
.......\dataset
.......\.......\ASD_12_2.txt,11768,2008-08-31
.......\.......\ASD_14_2.txt,15068,2008-09-01
.......\.......\iris.txt,2558,2008-08-08
.......\.......\wine.txt,10948,2008-08-25
.......\Debug
.......\.....\DataRead.obj,283692,2008-09-02
.......\.....\DataSave.obj,243516,2008-09-02
.......\.....\Initialize.obj,11536,2008-09-02
.......\.....\main.exe,671818,2009-12-27
.......\.....\main.ilk,1076612,2009-12-27
.......\.....\main.obj,353967,2009-12-27
.......\.....\main.pch,2128756,2009-12-27
.......\.....\main.pdb,1442816,2009-12-27
.......\.....\MatrixMul.obj,38178,2008-09-02
.......\.....\Normalization.obj,11670,2008-09-02
.......\.....\Result.obj,358940,2009-12-27
.......\.....\Standardize.obj,34308,2008-09-02
.......\.....\Update.obj,13552,2008-09-02
.......\.....\vc60.idb,197632,2009-12-27
.......\.....\vc60.pdb,118784,2009-12-27
.......\func.h,678,2008-09-02
.......\Initialize.cpp,296,2009-12-27
.......\Label
.......\.....\label1.txt,300,2008-08-25
.......\.....\label2.txt,534,2008-08-25
.......\.....\label3.txt,4187,2008-08-31
.......\.....\label4.txt,5478,2008-09-01
.......\main.cpp,4616,2009-12-27
.......\main.dsp,3904,2008-09-02
.......\main.dsw,514,2008-09-02
.......\main.ncb,107520,2010-01-08
.......\main.opt,56832,2010-01-08
.......\MatrixMul.cpp,653,2008-08-20
.......\max.h,217,2008-08-22
.......\Normalization.cpp,384,2009-12-27
.......\Release
.......\.......\DataRead.obj,101222,2009-12-27
.......\.......\DataSave.obj,76046,2009-12-27
.......\.......\Initialize.obj,3951,2009-12-27
.......\.......\main.exe,200704,2009-12-27
.......\.......\main.obj,136696,2009-12-27
.......\.......\main.pch,2132288,2009-12-27
.......\.......\MatrixMul.obj,7837,2009-12-27
.......\.......\Normalization.obj,4005,2009-12-27
.......\.......\Result.obj,135915,2009-12-27
.......\.......\Standardize.obj,6778,2009-12-27
.......\.......\Update.obj,5081,2009-12-27
.......\.......\vc60.idb,50176,2010-01-08
.......\.......\聚类结果.txt,17742,2009-12-27
.......\.......\运行记录.txt,5337,2009-12-27
.......\Result.cpp,3178,2008-09-02
.......\Standardize.cpp,775,2008-08-20
.......\Update.cpp,2025,2009-12-27
.......\聚类结果.txt,12740,2010-01-08
.......\运行记录.txt,21610,2010-01-08
模糊C均值聚类算法的实现.doc,307712,2010-03-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ComputerVision-GradedEx1-2014
    We will add capabilities with coming releases based on requirements and feedback
    2015-02-19 21:20:14下载
    积分:1
  • R
    说明:  R语言入门教程,中文版,注:由于以上选项没有R语言选项,所以分为类似的matlab类(R Language Tutorial, Chinese, Note: Due to the above option is not R language options, so the class is divided into similar matlab)
    2015-04-14 21:07:13下载
    积分:1
  • ZDT4
    为了有效地应用遗传算法解决 鲁棒控制系统设计问题,将遗传算法与局部优化方法相结合,提出了基于降维扫描方法的自适应多目标遗传算法(DRSA-MOGA)。通过引入适应度函数标准化方法、基于最优Pareto解集搜索的降维扫描方法和适应度函数自适应调整方法,提高了算法的全局优化性能和局部搜索能力。仿真结果表明,DRSA-MOGA算法在不损失解的均匀度的情况下可以达到很高的逼近度(For effective application of genetic algorithms to solve robust control system design problems, genetic algorithms and local optimization method, based on reduced-order adaptive scanning method multi-objective genetic algorithm (DRSA-MOGA). Fitness function through the introduction of standardized methods, based on the Pareto optimal solution set of search methods and dimensionality reduction scan fitness function adaptive adjustment method, the algorithm improve the performance of global optimization and local search capabilities. The simulation results show that, DRSA-MOGA algorithm solution without loss of uniformity can be achieved under a high degree of approximation)
    2007-11-08 01:43:25下载
    积分:1
  • hanshujizhi
    用遗传算法求一维函数极值,Matlab语言,可用作学习参考!(Genetic algorithm for extreme one-dimensional functions, Matlab language, can be used as a reference. . .)
    2011-06-28 01:50:41下载
    积分:1
  • Monkey
    山上有m只猴子要选大王,选举办法如下:所有猴子从1到m进行编号并围坐一圈,从第一号开始按顺序1,2,...n继续报数,凡是报n号的猴子都退出到圈外,照此循环报数,直到圈内只剩下一只猴子时,这只猴子就是大王.输出大王的编号。 (Mountains have m of the monkeys to elect king, method of election are as follows: All monkeys are numbered from 1 to m, and sitting around a circle, to begin from the first order 1,2, ... n continue to report the number of those who reported that n No. The monkeys are out to outsiders the basis of this report the number of cycles until the circle only one monkey, the monkey is king. Output King number.)
    2009-12-28 14:00:29下载
    积分:1
  • 1vsr
    svm在matlab环境下多类分类中的一对多分类器类型程序(svm in Matlab environment over classification of the one-to-many types of procedures classifier)
    2007-06-24 18:10:19下载
    积分:1
  • artifical-neural-network
    一种智能优化算法-人工神经网络算法的matlab源程序(artificial neural network)
    2013-09-01 17:32:35下载
    积分:1
  • car_sim
    说明:  本代码用于仿真车辆在两条单向三车道道路上移动的情形,考虑到了加速度,超车,背景流量等(This code is used to simulate the movement of vehicles on two one-way three-lane roads, taking into account acceleration, overtaking, background traffic and so on)
    2021-03-18 20:49:19下载
    积分:1
  • sig_shift
    使用MATLAB对离散信号进行运算,包括相加,位移,相乘以及变换等。(The use of MATLAB for computing discrete signals, including the add, shift, multiply and transform.)
    2008-05-26 19:58:41下载
    积分:1
  • LMSmethodandsomePSDmethod
    自适应算法中的LMS算法的例子,以及空间谱算法中SER算法的实例,希望能对你有帮助。(adaptive algorithm LMS algorithm example, as well as spatial spectral algorithm SER algorithm example, The hope is to help you.)
    2007-04-11 21:41:29下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载