登录
首页 » C# » ISODATA算法的步骤:(1)预置设定的聚类分析方法…

ISODATA算法的步骤:(1)预置设定的聚类分析方法…

于 2022-06-13 发布 文件大小:1.73 kB
0 58
下载积分: 2 下载次数: 1

代码说明:

ISODATA算法 算法步骤: (1) 预置 a. 设定聚类分析控制参数: lc=预期的类数, lNc=初始聚类中心个数(可以不等于c), lθn =每一类中允许的最少模式数目(若少于此数不能单独成为一类), lθs =类内各分量分布的距离标准差上界(大于此数就分裂), lθD=两类中心间的最小距离下界(若小于此数,这两 -ISODATA algorithm algorithm steps: (1) preset settings a. Cluster analysis control parameters: lc = expected number of categories, lNc = initial number of cluster centers (which may not equal to c), lθn = each category of permit the minimum number of models (if less than that and should not become a separate category), lθs = category weight distribution of the standard deviation of the distance between the upper bound of (larger than this number on the split), lθD = two types of the minimum distance between centers of the lower bound of ( If the number is smaller than this, these two

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

发表评论

0 个回复

  • 5
    1、 创建图类,存储结构使用邻接矩阵。 2、 输入图的节点数n(不超过10个)、边数m,节点分别用1-n代表。 3、 采用“起始节点,终止节点,权值”输入图的m条边,创建图。 4、 输出从节点1开始的BFS遍历,在遍历过程中,如有多个可以选择的节点,则优先选择编号较小的节点。 5、 输出从节点1开始的DFS遍历,在遍历过程中,如有多个可以选择的节点,则优先选择编号较小的节点。 6、 输出从第1节点到第n节点最短路径的长度,如果没有路经,输出0。(1. Create graph class and use adjacency matrix in storage structure. 2. The number of nodes n (no more than 10) and edge m in the input graph are represented by 1-n, respectively. 3. Create a graph by using the m-edges of the input graph of "Starting Node, Terminating Node, Weight Value". 4. Output BFS traversal starting from node 1. In the traversal process, if there are multiple nodes to choose, the node with smaller number will be preferred. 5. Output DFS traversal starting from node 1. In the traversal process, if there are multiple nodes to choose, the node with smaller number will be preferred. 6. Output the length of the shortest path from the first node to the n node. If there is no path, output 0.)
    2019-02-19 14:49:05下载
    积分:1
  • AllSamples
    说明:  关于WPF学习的各种MSDN样例,都是源码,可以参考提升学习(With a variety of styles of controls, powerful open source code, you can refer to their own beautiful interface)
    2020-06-24 04:00:02下载
    积分:1
  • modsim32
    ModSim32和ModScan32两种Modbus 调试工具使用说明: Modbus采用主从式通信,日常使用较多的是Modbus RTU和Modbus TCP/IP两种协议。最常用的Modbus 通信调试工具就是ModScan32和ModSim32。 ModScan32用来模拟主设备。它可以发送指令到从机设备(使用Modbus 协议的智能仪表终端设备)中,从机响应之后,就可以在界面上返回相应寄存器的数据。 ModSim32用来模拟从设备。它可以模拟采用ModBus 协议的智能终端。主要用在HMI 组态开发中,通过ModSim32改变寄存器状态的值,模拟智能终端的状态变化,来观察HMI 画面的变化。使得画面的变量配置正确。
    2022-03-16 14:13:20下载
    积分:1
  • 自动平台控制程序
    自动平台控制程序,实现平台的三围定位
    2023-06-19 13:55:04下载
    积分:1
  • RX23T_MRSSK_SPM_LESS_FOC_CSP_RV101
    说明:  PMSM 180°正弦波无位置传感器FOC程序(PMSM 180 sensorless FOC program.)
    2021-04-27 13:08:45下载
    积分:1
  • 使用C++语言编写的自定义person类
    使用C++语言编写的自定义person类,传递person类的名字和邮件地址,是初学者可以参考的简单的程序
    2022-03-25 14:32:17下载
    积分:1
  • segy
    说明:  该程序用来读取地震原始资料segy格式的数据,也可以增加些模块对数据进行处理(The program used to read raw data segy seismic data format can also be added so that the data processing module)
    2011-04-05 21:11:59下载
    积分:1
  • 电子琴
    电子设计中电子琴的C语言代码,有价值,对电子设计的学习很有帮助
    2023-03-01 04:00:04下载
    积分:1
  • C# 自定义组件的小例子及源代码
    C# 自定义组件的小例子及源代码,包含自定义的UserControl组件和应用该组件的MainFrame主窗体程序,需要在工具箱里右键-》选项-》.Net组件注册一下就能用了。主要通过将xml绑定到TreeView控件完成菜单导航功能,可以在同一窗体中导航不同panel,也可以导航多窗口,需要添加新菜单,只需配置Menu.xml,Menu.xml中显示treeView树形菜单中的各节点数据,将除菜单外所有panel设置为不显示。
    2022-11-10 22:05:03下载
    积分:1
  • sockat
    黑客兄弟们的最爱,想成为网络工程师和安全工程师都需要看( Hackers brothers favorites, want to become network engineers and security engineers need to see)
    2014-05-02 17:01:27下载
    积分:1
  • 696518资源总数
  • 104326会员总数
  • 25今日下载