登录
首页 » AI-NN-PR » ClustanGraphics聚类分析工具。提供了11种聚类算法。 Single Linkage (or Minimum Method, Nearest N...

ClustanGraphics聚类分析工具。提供了11种聚类算法。 Single Linkage (or Minimum Method, Nearest N...

于 2022-05-16 发布 文件大小:54.80 kB
0 179
下载积分: 2 下载次数: 1

代码说明:

ClustanGraphics聚类分析工具。提供了11种聚类算法。 Single Linkage (or Minimum Method, Nearest Neighbor) Complete Linkage (or Maximum Method, Furthest Neighbor) Average Linkage (UPGMA) Weighted Average Linkage (WPGMA) Mean Proximity Centroid (UPGMC) Median (WPGMC) Increase in Sum of Squares (Ward s Method) Sum of Squares Flexible (ß space distortion parameter) Density (or k-linkage, density-seeking mode analysis) -ClustanGraphics clustering analysis tools. Provides 11 kinds of clustering algorithms. Single Linkage (or Minimum Method, Nearest Neighbor) Complete Linkage (or Maximum Method, Furthest Neighbor) Average Linkage (UPGMA) Weighted Average Linkage (WPGMA) Mean ProximityCentroid (UPGMC) Median (WPGMC) Increase in Sum of Squares (Ward s Method) Sum of SquaresFlexible (? space distortion parameter) Density (or k-linkage, density-seeking mode analysis)

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

发表评论

0 个回复

  • 扩展遗传算法SPEAII(Strength Paretor Evaluation Algorithm)算法的代码实现,良好的程序框架,便于向其他应用领域扩展,建...
    扩展遗传算法SPEAII(Strength Paretor Evaluation Algorithm)算法的代码实现,良好的程序框架,便于向其他应用领域扩展,建议大家使用。-Extended genetic algorithm SPEAII (Strength Paretor Evaluation Algorithm) algorithm code, a good procedural framework to facilitate expansion to other application areas, it is recommended the use of everyone.
    2022-03-24 18:07:07下载
    积分:1
  • Hopfield 网――擅长于联想记忆与解迷路 实现H网联想记忆的关键,是使被记忆的模式样本对应网络能量函数的极小值。 设有M个N维记忆模式,通过对网络N个神经
    Hopfield 网――擅长于联想记忆与解迷路 实现H网联想记忆的关键,是使被记忆的模式样本对应网络能量函数的极小值。 设有M个N维记忆模式,通过对网络N个神经元之间连接权 wij 和N个输出阈值θj的设计,使得: 这M个记忆模式所对应的网络状态正好是网络能量函数的M个极小值。 比较困难,目前还没有一个适应任意形式的记忆模式的有效、通用的设计方法。 H网的算法 1)学习模式――决定权重 想要记忆的模式,用-1和1的2值表示 模式:-1,-1,1,-1,1,1,... 一般表示: 则任意两个神经元j、i间的权重: wij=∑ap(i)ap(j),p=1…p; P:模式的总数 ap(s):第p个模式的第s个要素(-1或1) wij:第j个神经元与第i个神经元间的权重 i = j时,wij=0,即各神经元的输出不直接返回自身。 2)想起模式: 神经元输出值的初始化 想起时,一般是未知的输入。设xi(0)为未知模式的第i个要素(-1或1) 将xi(0)作为相对应的神经元的初始值,其中,0意味t=0。 反复部分:对各神经元,计算: xi (t+1) = f (∑wijxj(t)-θi), j=1…n, j≠i n―神经元总数 f()--Sgn() θi―神经元i发火阈值 反复进行,直到各个神经元的输出不再变化。-Hopfield network-- good at associative memory solution with the realization of lost H associative memory networks, are key to bringing the memory model samples corresponding network energy function of the minimum. With M-N-dimensional memory model, the network N neurons connect between right wij and N output threshold j design makes : M-mode memory corresponding to the network is a state network energy function is the M-000 minimum. Mor
    2023-03-24 10:55:03下载
    积分:1
  • 这是一本关于机器人硬件开发的书,本书的篇幅虽不太多,但很实用,内容为英文。...
    这是一本关于机器人硬件开发的书,本书的篇幅虽不太多,但很实用,内容为英文。-This is a book about the development of robotic hardware, books, the book" s length though not too much, but very practical, the content is English.
    2022-07-02 15:21:50下载
    积分:1
  • 遗传算法求解tsp文题 里面包括了执行文件
    遗传算法求解tsp文题 里面包括了执行文件-genetic algorithm tsp text that includes the implementation document
    2022-04-30 21:41:16下载
    积分:1
  • 双向广搜求解八数码问题,双向广搜求解八数码问题
    双向广搜求解八数码问题,双向广搜求解八数码问题-Collected eight two-way digital problem solving, two-way collected eight digital problem solving
    2022-06-18 23:49:28下载
    积分:1
  • k-means(欧氏距离)聚类算法是最基本的聚类算法,是理解和应用聚类算法的基础,通过k-means(欧氏距离)聚类算法我们才可以初步了解数据挖掘的原理。-k-means (Euclidean distance) clustering algorithm is the most basic clustering algorithm, is understanding and the basis for the application of clustering algorithm, through the k-means (Euclidean distance) clustering algorithm we are able to a preliminary understanding of the principles of data mining .
    2022-05-24 13:46:10下载
    积分:1
  • 用c语言实现人工智能神经元网络的adaline算法
    用c语言实现人工智能神经元网络的adaline算法-C language used in artificial intelligence neural network algorithm adaline
    2022-06-13 18:16:46下载
    积分:1
  • 关于人工神经网络的实用书籍,适合初学者,以及有一定基础的读者学习...
    关于人工神经网络的实用书籍,适合初学者,以及有一定基础的读者学习-Information on artificial neural networks and practical books, suitable for beginners, as well as readers of a certain basis for learning
    2022-01-26 00:41:12下载
    积分:1
  • 有关神经网络的源码
    有关神经网络的源码-the neural network source
    2022-02-13 10:29:45下载
    积分:1
  • 八数码问题全局择优算法
    八数码问题全局择优算法-eight digital algorithm selection of the best overall problem
    2022-11-23 15:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载