登录
首页 » 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 178
下载积分: 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 个回复

  • 一种数据聚类算法的源码,可以在模式识别和图像处理中试用。...
    一种数据聚类算法的源码,可以在模式识别和图像处理中试用。 -a data clustering algorithm source code, in pattern recognition and image processing trial.
    2022-02-02 21:38:15下载
    积分:1
  • pso智能算法程序,结合这个程序会对算法有更深的认识
    pso智能算法程序,结合这个程序会对算法有更深的认识-intelligent algorithm PSO procedures, combined with this procedure will have a deeper understanding of algorithm
    2023-02-06 06:45:03下载
    积分:1
  • SVDD的工具箱,可以很好的处理一类分类问题,详见Support Vector Data Description一文...
    SVDD的工具箱,可以很好的处理一类分类问题,详见Support Vector Data Description一文-SVDD tools,can be used to process one class classification problem,for more details ,we refer to "Support Vector Data Description"
    2022-11-12 23:15:03下载
    积分:1
  • 模拟退火模型算法,使用C语言实现的,简单有效
    模拟退火模型算法,使用C语言实现的,简单有效-Simulated annealing algorithm, the use of C language to achieve, simple and effective
    2022-03-16 21:04:16下载
    积分:1
  • 3. "Genetic Algorithms and Engineering Design", [] to Yuen
    3。《遗传算法与工程设计》,[日]玄光男着,程润伟着 科学出版社 2000年第一版 本书着重从计算方法和应用技术的角度对遗传算法作了深入浅出的讨论。书中介绍了遗传算法的基本概念和结构,解决约束优化和组合优化问题的方法,以及遗传算法在生产调度、可靠性设计、交通运输、设备布局等一系列工业工程问题中的应用。本书可作为高等院校的工业工程、管理科学、运等学、计算机科学和人工智能专业的本科生和研究生的教科书。对于系统分析员、运行研究员、管理科学家以及在工业工程与运筹学领域里从事最优化问题研究和应用的专业技术人员,本书也不失为一本内容丰富且实用性较强的参考书。-3. "Genetic Algorithms and Engineering Design", [] to Yuen-man, Guilin-a 520-531 2000 version of the first book to focus on calculation methods and application of a technical point of view for Genetic Algorithm a simple discussion. The book on genetic algorithms, the basic concepts and structures, optimization and constraint solving combinatorial optimization problems. and the genetic algorithm in production scheduling, reliability design, transportation, equipment and layout of a series of industrial engineering problems applications. The book can be used as colleges in the industrial engineering, management science, transport and other science, computer science and artificial intelligence professi
    2022-06-17 00:54:51下载
    积分:1
  • knn,即k最近邻算法是模式识别中的一种比较简单而经典的分类算法...
    knn,即k最近邻算法是模式识别中的一种比较简单而经典的分类算法-Knn, or k-nearest neighbor algrithom, is a simple and classical classifier algrithom.
    2023-05-13 08:00:02下载
    积分:1
  • 〈智能优化算法与应用〉介绍各种优化算法:模拟褪火法、遗传算法、禁忌搜索法、神经网络法、混合优化策略等内容。...
    〈智能优化算法与应用〉介绍各种优化算法:模拟褪火法、遗传算法、禁忌搜索法、神经网络法、混合优化策略等内容。-"intelligent optimization algorithms and application" on the various optimization algorithms : simulated fire faded, genetic algorithm, Tabu search method, neural networks, hybrid optimization strategy content.
    2022-09-14 11:15:06下载
    积分:1
  • 安的java源代码工具包,包括BP,RBF神经网络的分类和k
    人工神经网络java工具箱源代码 包含BP网络,K分类和RBF网络-ANN java source code toolkit includes BP, K Classification and RBF Network
    2022-04-09 10:36:09下载
    积分:1
  • 6. "Non
    6。《非数值并行算法――遗传算法》,刘勇等着 科学出版社 1995年第一版 本书系统地叙述了非数值并行算法之一的模拟退火算法的基本原理以及最新进展,同时为了便于读者解决实际问题,书中对具体算法的步骤作了详细介绍。本书共分七章,第一章介绍算法的思想、特点。发展过程和前景。第二章介绍算法的基本理论。第三章讨论算法解连续优化问题。第四章利用算法设计和优化神经网络。第五章介绍在组合优化中的应用。第六章介绍应用遗传程序设计解决程序设计自动化问题。第七章对遗传算法和其它适应性算法进行比较。 本书可供高校有关专业的师生、科研人员、工程技术人员阅读参考。-6. "Non- numerical parallel algorithms-- Genetic Algorithm" Liu Yong waiting 520-531 1995 version of the first book to systematically describe the non- numerical parallel algorithms one count of simulated annealing Law and the basic tenets of the latest progress, in order to help readers solve practical problems, book of the specific algorithm steps in detail. The book is divided into seven chapters, the first chapter describes the idea algorithm, characteristics. The development process and prospects. The second chapter describes the basic algorithm theory. The third chapter discusses Algorithm for continuous optimization problems. Chapter IV using the algorithm design and optimization of neural netw
    2022-01-26 05:11:28下载
    积分:1
  • 运用遗传算法进行聚类分析,对基金的风格进行分类
    运用遗传算法进行聚类分析,对基金的风格进行分类-The use of cluster analysis of genetic algorithm to classify the style of fund
    2022-04-07 23:05:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载