CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 类层次

搜索资源列表

  1. chameleon

    1下载:
  2. 变色龙层次聚类算法,利用动态模型的层次聚类算法-chameleon hierarchical clustering algorithm, using a dynamic model of hierarchical clustering algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:51340
    • 提供者:林恩
  1. cure

    0下载:
  2. 层次聚类算法中的cure算法,它利用代表点来达到聚类目的-hierarchical clustering algorithm cure the algorithm, which uses representatives point to achieve clustering purpose
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:43201
    • 提供者:林恩
  1. LongestDistance

    2下载:
  2. java实现层次聚类,最远距离算法,具有良好的程序结构,具有通用性-java achieve hierarchical clustering, the most remote algorithm has a good program structure is universal
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1522
    • 提供者:zyq
  1. ShortestDistance

    2下载:
  2. java实现层次聚类最小距离算法,代码结构良好,具有复用性.-java achieve minimum distance hierarchical clustering algorithm, code structure and has a good reusability.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1474
    • 提供者:zyq
  1. CURE

    1下载:
  2. 层次聚类算法中的Cure算法,可以用于识别非球形的簇,解决了偏好球形和相似大小的问题,在处理孤立点上也更加健壮。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6142
    • 提供者:刘嘉良
  1. singlelink

    0下载:
  2. 聚类算法:最短距离算法。对给定的数据集进行自底向上的层次的分解,直到某种条件满足而已。缺陷在于一旦一个步骤完成,它就不能被撤消这个严格的规定是有用的,由于不用担心组合数目的不同选择,计算代价会较小。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4710
    • 提供者:刘嘉良
  1. julei

    0下载:
  2. 手写数字聚类算法的实现. 该程序层次聚类, 动态聚类, 模糊聚类. 是学习人工智能在图像领域应用的好的资料.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:314066
    • 提供者:刘志远
  1. somnet

    0下载:
  2. 竞争学习指同一神经元层次上各个神经元相互之间进行竞争,竞争胜利的神经元修改与其相联的连接权值。竞争学习是一种无监督学习。在无监督学习中,只向网络提供一些学习样本,而不提供理想的输出。网络根据输入样本进行自组织,并将其划分到相应的模式类中。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2794
    • 提供者:liyan
  1. cluster-2.9

    0下载:
  2. Andreas Stolcke开发的聚类源码, 版本2.9。聚类方法是层次合并聚类,同时使用了主成份分析转化向量空间。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:35254
    • 提供者:eric
  1. Birch.tgz

    0下载:
  2. Birch:这是一种综合的层次聚类的方法,它介绍了两个概念,聚类特征和聚类特征树,它们是用来表示聚类的。这些结构能够帮助聚类方法能运行得更快,能够处理大数据量。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:260556
    • 提供者:达达幽
  1. som

    0下载:
  2. 竞争学习指同一神经元层次上各个神经元相互之间进行竞争,竞争胜利的神经元修改与其相联的连接权值。竞争学习是一种无监督学习。在无监督学习中,只向网络提供一些学习样本,而不提供理想的输出。网络根据输入样本进行自组织,并将其划分到相应的模式类中。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1014
    • 提供者:于鹏
  1. Birch.rar

    1下载:
  2. 层次聚类算法 BIRCH 有关数据挖掘方面的,Hierarchical clustering algorithm BIRCH
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:539633
    • 提供者:hanjianli
  1. MATLAB(M)

    2下载:
  2. 智能控制理论算法实现:层次聚类,hopfield网络和遗传传算法优化三个源代码文件-Intelligent control theory algorithms: hierarchical clustering, hopfield network and genetic algorithm optimization three source codes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:1783
    • 提供者:zyh
  1. aa

    1下载:
  2. 层次聚类算法的c++实现,输入分类个数,可以得到相应的分类结果-Hierarchical clustering algorithm to achieve the c++, enter the classification number, you can get the classification results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:39874
    • 提供者:zhengnan
  1. AgglomerativeClustering

    2下载:
  2. 这是一个自下而上的凝聚层次聚类方法。最初,每个元素都是一个单独类,通过算法将两个最近的类合并成一个较大的类,直到形成一个最大包含所有元素的类。 -This is a bottom-up agglomerative hierarchical clustering method. Initially, each element is a separate class, the algorithms of the two most recent classes combined into a la
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-06-15
    • 文件大小:11264
    • 提供者:bingo
  1. LayerCluster

    0下载:
  2. 基于层次划分的最佳聚类数确定方法
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:15001
    • 提供者:hbm
  1. DNAanalysis

    0下载:
  2. DNA序列分析,dna聚类软件,层次分析法MATLAB程序-DNA,MATLAB
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:360567
    • 提供者:刘小龙
  1. hierarchicalcluster

    0下载:
  2. 和同学一起写的层次聚类算法,数据挖掘的第3次大作业,有设计文档,有注释,下载即可运行。希望批评指正-And students to write with hierarchical clustering algorithms, data mining, the 3rd largest operations, with some design documents, with annotations, download to run. Want to criticize the correction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3689561
    • 提供者:薛旭杰
  1. chameleonsimple

    0下载:
  2. 变色龙一个利用动态模型的层次聚类算法,功能非常强大的一种层次聚类算法-Chameleon A Hierarchical Clustering algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-10-31
    • 文件大小:46258
    • 提供者:zjl
  1. xcluster-master

    0下载:
  2. SIGKDD2017上的文章,该算法适合数据集类簇数和数据条目都比较大的情况,聚类效率高(It is suitable for large number of data categories and data items, and the efficiency of clustering is high)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-08
    • 文件大小:9601024
    • 提供者:xiangrikui821
« 12 »
搜珍网 www.dssz.com