登录
首页 » Python » 模糊聚类分析法(python)

模糊聚类分析法(python)

于 2019-05-28 发布 文件大小:10KB
0 89
下载积分: 1 下载次数: 11

代码说明:

  运用python进行模糊聚类分析步骤如下:建立数据矩阵;数据标准化;建立模糊相似矩阵;改造相似关系为等价关系;确定分类数(The steps of Python fuzzy clustering analysis are as follows: establishing data matrix; standardizing data; establishing fuzzy similarity matrix; transforming similarity relation into equivalence relation; determining classification number.)

文件列表:

模糊聚类分析法(python), 0 , 2019-05-16
模糊聚类分析法(python)\01.py, 8633 , 2019-05-08
模糊聚类分析法(python)\iris.txt, 4700 , 2019-03-09
模糊聚类分析法(python)\KCM.py, 8626 , 2019-05-08
模糊聚类分析法(python)\result.csv, 3716 , 2019-03-13
模糊聚类分析法(python)\tst.py, 4499 , 2019-05-08

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

发表评论

0 个回复

  • 这是一个用multisim编写的用8421BCD码表示的两个一位十进制数相加的加法器...
    这是一个用multisim编写的用8421BCD码表示的两个一位十进制数相加的加法器-This is a prepared using Multisim 8421BCD Code with two express a decimal number the sum of the adder
    2022-11-10 01:45:04下载
    积分:1
  • 2017实验指导书每个实验未修改
    单片机实验指导书,用以单片机课程的实验为主,主要是51单片机。(Experimental instruction of single chip microcomputer.The single chip microcomputer experiment guide book is mainly used for the experiment of the single chip computer course, mainly 51 singlechip.)
    2017-12-14 21:19:56下载
    积分:1
  • PILLC中文LLC程序
    说明:  开关电源高级技术LLC LLC是提高电源效率的最有效办法,难度也是相当的,该文档带领进入LLC技术的制高点(SWPS advanced skill LLC)
    2018-12-22 12:54:41下载
    积分:1
  • bianbizhikongzhixitong
    说明:  变比值控制系统的simulink仿真,输出阶跃响应。(Simlink simulation of variable ratio control system, output step response.)
    2020-12-04 09:09:24下载
    积分:1
  • Fluent_technology_and_example
    本书基于Fluent 6.2.16版本、Gambit 2.2.30版本和Tecplot 10.0版本,共13章。全书首先详细介绍了Fluent软件及其相关的理论知识,然后通过典型的实例来讲解Fluent在传热、传质及流场等实际工程中的应用方法和技巧,包括运动部件的速度场模拟、UDF和UDS的使用、并行计算的设置、计算区域的绘制和边界条件的定义、Tecplot的数据处理等。每个实例都有详细的说明与详尽的操作步骤,读者只要按照书中的指示与方法操作,即可完成一个具体问题的数值模拟与分析,进而逐步掌握利用Fluent进行流体流动数值模拟的基本方法。 (Fluent 6.2.16 Based on the book version, Gambit 2.2.30 version and the version of Tecplot 10.0, Chapter 13. First of all, the book detailed the Fluent software and its related theoretical knowledge, and then through a typical example to explain Fluent in heat transfer, mass transfer and flow field, such as practical engineering methods and techniques, including the moving parts of the velocity field simulation, UDF and the use of UDS, parallel computing setting, rendering the calculation region and the definition of boundary conditions, Tecplot' s data processing. Each have a detailed description of examples with detailed steps, readers as long as the book' s instructions and in accordance with the method of operation, to complete a specific question of the numerical simulation and analysis, and gradually master the use of Fluent for numerical simulation of fluid flow of the basic method .)
    2009-06-16 16:13:22下载
    积分:1
  • CC-GDG-CMAES
    大规模单目标协同进化优化算法,首先将大规模问题分解子问题,然后子问题分别求解,论文在压缩包内(The large scale problem is first decomposed into sub-problems and then solved separately)
    2018-08-21 14:51:01下载
    积分:1
  • a JavaScript netnew written, the effect is to follow the mouse around the halo o...
    一个用JavaScript写的网页特效,效果是跟随在鼠标周围的彩色的光环。把mousefollow.txt中的代码插入到和之间或插入到和之间就能看到效果。-a JavaScript netnew written, the effect is to follow the mouse around the halo of color. Mousefollow.txt put the code inserted into lt; Bodygt; And lt;/Bodygt; Or between inserted into lt; Headgt; And lt;/Headgt; Between you can see results.
    2023-09-07 04:25:03下载
    积分:1
  • ShamirSecretsharingPy
    说明:  python语言实现多项式秘密分享,并且可以用拉格朗日插值恢复(Python language implements polynomial secret sharing and can be restored by Lagrange interpolation)
    2020-11-18 01:39:39下载
    积分:1
  • 大乐透选号软件VB版附源码
    超级大乐透选号软件VB版附源码,作者:新林。程序用到的Access数据库已内附。   关于容错,目前的定义很简单,就是例 选择10个条件,如果设置总容错为3,那么只要通过的条件达到7,也就是10-3,就也算通过保留下来。   对于所有过滤条件能够全部通过的号码要能够与其它的号码能区别开来,到时可优先选择全部通过的进行投注   500wan的总容错的意思大概是总共允许的差,全部累加起来,暂时不需要这样,就设定总容错是全部条件减去符合的条件,不符合的条件数是否在容错的范围内,是的话就保留。   要特别注意的是,在这里,把大乐透的前区5个号码,后区2的号码,要分别查看数据库字段中过滤值字段,后面是2的代表是后区的,在想,对后面2个进行总共是66种组合方式,有必要进行过滤吗?
    2022-06-20 20:41:54下载
    积分:1
  • zaobo
    基于MATLAB以及SIMULINK的载波同步技术的仿真与实现(carrier synchronization)
    2018-05-20 08:23:00下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载