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

模糊聚类分析法(python)

于 2019-05-28 发布 文件大小:10KB
0 176
下载积分: 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 个回复

  • 经典的俄罗斯方块游戏,界面简洁,不用图片,完全自画,快捷键操作,简单...
    经典的俄罗斯方块游戏,界面简洁,不用图片,完全自画,快捷键操作,简单-classic game of the Russian box, the interface is simple and no photographs, completely self-portraits, the keyboard operation, a simple
    2022-08-15 23:34:13下载
    积分:1
  • Selection criterion for matching
    Selection criterion for matching area in gravity aided navigation
    2018-12-26 12:21:55下载
    积分:1
  • readability
    说明:  网页标题,内容读取readability(Page title, content read readability)
    2020-06-17 23:00:02下载
    积分:1
  • 计算机图形图像处理技术的研究!图形应用课程设计…
    关于计算机图形学的图象处理哦!用于图形学课程设计所用!-on computer graphics image processing Oh! Curriculum design for the graphics used!
    2022-03-14 10:43:18下载
    积分:1
  • 华为C语言规范
    语言规范,养成基础好习惯。 Normative programming(Normative programming)
    2020-06-17 18:20:02下载
    积分:1
  • lua易语言模块源码 luajit
    lua易语言模块源码,可以通过绑定函数实现易语言执行lua代码,同时兼容luajit二进制lua代码.(Lua easy language module source code, you can achieve the binding function to achieve Lua code, and luajit binary Lua code.)
    2020-06-28 09:03:23下载
    积分:1
  • 用KALMAN滤波方法的雷达检测轮船、飞机、导弹等的航迹分析,源程序分析。...
    用KALMAN滤波方法的雷达检测轮船、飞机、导弹等的航迹分析,源程序分析。-Kalman filtering method using the estimated target track of the Matlab source
    2022-01-21 21:25:16下载
    积分:1
  • computernetworkslarrypeterson
    computer networks larrypeterson
    2010-12-27 03:20:07下载
    积分:1
  • 经验模态分解方法
    说明:  本文件提供处理信号的常用算法,经验模态分解方法,对于信号的处理具有很好的处理效果(This document provides common algorithms for processing signals, empirical mode decomposition methods, and has a good effect on signal processing)
    2021-01-28 09:19:07下载
    积分:1
  • Visual C# 隐藏、显示开始按钮
    C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:   [DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口   public static extern int FindWindow(string lpClassName, string lpWindowName);   [DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口   public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);   [DllImport("user32.dll")]//控制窗口的可见性   public static extern int ShowWindow(int hwnd, int nCmdShow);   private void button1_Click(object sender, EventArgs e)   {    if (radioButton1.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮    else if (radioButton2.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮   }
    2022-05-20 11:42:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载